added Graphics and sound Effects and more overhauls
This commit is contained in:
parent
c887a2168c
commit
b9d4288900
214 changed files with 3378 additions and 198 deletions
8
scenes/spaceShip/player/Interface.gd
Normal file
8
scenes/spaceShip/player/Interface.gd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
extends Control
|
||||
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
progressBarHealth.max_value = Globals.getPlayer().maxHealthh
|
||||
|
||||
func _physics_process(delta: float) -> void:
|
||||
Loading…
Add table
Add a link
Reference in a new issue