add iron and forge

This commit is contained in:
2026-04-22 23:09:14 +03:00
parent 9066eecf1e
commit 297233c48e
10 changed files with 264 additions and 1 deletions
+1
View File
@@ -171,6 +171,7 @@ func _start_game() -> void:
kills = 0
kills_for_next = 10
Enemy.first_leather_spawned = false
Enemy.first_iron_spawned = false
_update_labels()
spawn_timer.wait_time = 1.4
spawn_timer.connect("timeout", _on_spawn_timer)