add essence and magic table

This commit is contained in:
2026-04-22 23:14:43 +03:00
parent 297233c48e
commit 5f5f0f54f1
10 changed files with 243 additions and 3 deletions
+1
View File
@@ -172,6 +172,7 @@ func _start_game() -> void:
kills_for_next = 10
Enemy.first_leather_spawned = false
Enemy.first_iron_spawned = false
Enemy.first_essence_spawned = false
_update_labels()
spawn_timer.wait_time = 1.4
spawn_timer.connect("timeout", _on_spawn_timer)