title screen

This commit is contained in:
Michael Campbell 2026-03-04 14:52:35 -05:00
parent 2fd199612b
commit d464e0499b
12 changed files with 147 additions and 7 deletions

4
player/player_hud.gd Normal file
View file

@ -0,0 +1,4 @@
extends CanvasLayer
func _process(_delta: float) -> void:
visible = Level.is_active()