Revert "prepare rotate to be moved in main class"

This reverts commit a8dced21f1.
This commit is contained in:
adrienmalin
2019-01-16 19:20:00 +01:00
parent a8dced21f1
commit 11e6e07098
2 changed files with 21 additions and 21 deletions

View File

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