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

This commit is contained in:
Henry 2025-12-07 09:54:50 +00:00
parent 996a0bb8f7
commit 8175e1469d
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)