This commit is contained in:
adrienmalin
2019-01-26 13:38:04 +01:00
parent 6e75bcf968
commit ac6e561c3d
4 changed files with 185 additions and 184 deletions

View File

@ -98,8 +98,7 @@ func get_translations():
func move(movement):
if grid_map.possible_positions(get_translations(), movement):
translate(movement)
if movement == DROP_MOVEMENT:
unlocking()
unlocking()
rotated_last = false
return true
else: