Setup UI canvas, added shield and game start.
This commit is contained in:
parent
e582ed7ec3
commit
ef773a1ec5
11 changed files with 223 additions and 17 deletions
|
|
@ -14,3 +14,4 @@ func _on_visible_on_screen_notifier_2d_screen_exited():
|
|||
func _on_area_entered(area):
|
||||
if area.name == "Player":
|
||||
queue_free()
|
||||
area.shield -= 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue