HUD tweaks

This commit is contained in:
Dustin 2025-03-25 14:00:22 -07:00
parent 119f3c8332
commit acff2fe105
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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