title screen
This commit is contained in:
parent
2fd199612b
commit
d464e0499b
12 changed files with 147 additions and 7 deletions
4
player/player_hud.gd
Normal file
4
player/player_hud.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends CanvasLayer
|
||||
|
||||
func _process(_delta: float) -> void:
|
||||
visible = Level.is_active()
|
||||
Loading…
Add table
Add a link
Reference in a new issue