Revert "prepare rotate to be moved in main class"
This reverts commit a8dced21f1
.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
extends "Tetromino.gd"
|
||||
|
||||
const CLOCKWISE = -1
|
||||
const COUNTERCLOCKWISE = 1
|
||||
const SUPER_ROTATION_SYSTEM = [{CLOCKWISE: [], COUNTERCLOCKWISE: []}]
|
||||
func rotate(direction):
|
||||
return false
|
||||
|
Reference in New Issue
Block a user