prepare rotate to be moved in main class

This commit is contained in:
adrienmalin
2019-01-16 18:29:51 +01:00
parent c338885d67
commit a8dced21f1
2 changed files with 21 additions and 21 deletions

View File

@ -1,5 +1,5 @@
extends "Tetromino.gd"
func rotate(direction):
return false
const CLOCKWISE = -1
const COUNTERCLOCKWISE = 1
const SUPER_ROTATION_SYSTEM = [{CLOCKWISE: [], COUNTERCLOCKWISE: []}]