diff --git a/project.godot b/project.godot index 6b86858..ac65692 100644 --- a/project.godot +++ b/project.godot @@ -104,7 +104,7 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://lib/classes/state_modifier_animation.gd" }, { -"base": "Reference", +"base": "CanvasLayer", "class": "UIComponent", "language": "GDScript", "path": "res://src/ui/HUD.gd" diff --git a/src/ui/HUD.tscn b/src/ui/HUD.tscn index 8336876..718ec6e 100644 --- a/src/ui/HUD.tscn +++ b/src/ui/HUD.tscn @@ -13,6 +13,7 @@ layer = 2 script = ExtResource( 3 ) [node name="PanelContainer" type="PanelContainer" parent="."] +visible = false margin_left = 2.0 margin_top = 2.0 margin_right = 318.0