Added shield and score UI; player collission signal connected to enemy

area.
This commit is contained in:
Henry 2025-12-07 09:54:50 +00:00
parent 996a0bb8f7
commit a2e56b1bc0
17 changed files with 321 additions and 15 deletions

View file

@ -18,3 +18,4 @@ func spawn_enemies():
func _on_enemy_died(value):
score += value
$CanvasLayer/UI.update_score(score)