Waves and menu update

This commit is contained in:
2025-08-26 11:11:50 +02:00
parent 6c1a3d54bd
commit bc6e06237c
4 changed files with 49 additions and 6 deletions

View File

@ -67,6 +67,9 @@ func get_Lifes():
func Update_Lifes(amount) -> void:
lives += amount
func Update_waves(wavecount) -> void:
get_node("WaveCounter/HBoxContainer/Label").text = "Current wave: "+ str(wavecount)
func Update_Coins(amount) -> void:
coins += amount