Added shield and score UI; player collision signal connected to enemy
This commit is contained in:
parent
996a0bb8f7
commit
8175e1469d
17 changed files with 321 additions and 15 deletions
|
|
@ -18,3 +18,4 @@ func spawn_enemies():
|
|||
|
||||
func _on_enemy_died(value):
|
||||
score += value
|
||||
$CanvasLayer/UI.update_score(score)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue