mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 05:52:24 +02:00
fixed no target bug
This commit is contained in:
@@ -56,7 +56,7 @@ func _ready():
|
||||
_update_grid()
|
||||
|
||||
|
||||
func _reset_history():
|
||||
func reset_history():
|
||||
for x in range(14):
|
||||
for y in range(7):
|
||||
used_grid[x][y] = false
|
||||
|
||||
Reference in New Issue
Block a user