HUD tweaks
This commit is contained in:
parent
119f3c8332
commit
acff2fe105
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user