fixed no target bug

This commit is contained in:
Jonas Mucke
2020-04-19 18:23:50 +02:00
parent 78af384563
commit dd227744ac
5 changed files with 40 additions and 26 deletions

View File

@@ -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