Prevent overlapping buildings

This commit is contained in:
2025-04-30 11:21:34 +02:00
parent 7d79d3f60f
commit fee9cb99cf
8 changed files with 82 additions and 11 deletions

View File

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