Coins system, and finished mortar

This commit is contained in:
2025-04-30 08:57:16 +02:00
parent 6ffc9d3ba9
commit 7d79d3f60f
15 changed files with 253 additions and 37 deletions

View File

@ -11,6 +11,7 @@ const enemies = [FORKMAN, COBOLD, ORK]
func _ready() -> void:
get_node("SidePanel").Update_Lifes(20)
get_node("SidePanel").Update_Coins(200)
func _on_timer_timeout() -> void: