T-Spin & stats

This commit is contained in:
adrienmalin
2019-01-16 16:31:24 +01:00
parent 05f61c76db
commit d7768f08ea
4 changed files with 24 additions and 26 deletions

View File

@ -3,9 +3,6 @@ extends Spatial
const NB_MINOES = 4
const CLOCKWISE = -1
const COUNTERCLOCKWISE = 1
const NO_T_SPIN = 0
const T_SPIN = 1
const MINI_T_SPIN = 2
const SUPER_ROTATION_SYSTEM = [
{
COUNTERCLOCKWISE: [
@ -77,7 +74,7 @@ var minoes = []
var grid_map
var lock_delay
var orientation = 0
var t_spin = NO_T_SPIN
var t_spin = ""
func _ready():
randomize()