Update Tetromino.gd
This commit is contained in:
parent
6e9f5659ae
commit
1cec50f4f6
@ -117,9 +117,9 @@ func rotate(direction):
|
||||
set_translations(rotated_translations)
|
||||
translate(movements[i])
|
||||
lock_delay.start()
|
||||
rotated_last = true
|
||||
if i == 4:
|
||||
rotation_point_5_used = true
|
||||
rotated_last = true
|
||||
return true
|
||||
return false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user