Update TetroI.gd

This commit is contained in:
adrienmalin 2019-01-15 17:24:45 +01:00
parent d4b29230c7
commit a69ade5438

View File

@ -1,5 +1,7 @@
extends "Tetromino.gd" extends "Tetromino.gd"
const CLOCKWISE = -1
const COUNTERCLOCKWISE = 1
const SUPER_ROTATION_SYSTEM = [ const SUPER_ROTATION_SYSTEM = [
{ {
COUNTERCLOCKWISE: [ COUNTERCLOCKWISE: [