broken_seals/game/ui/unitframes/UnitframeBase.tscn
2019-11-20 14:30:34 +01:00

61 lines
1.7 KiB
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://ui/unitframes/UnitframeBase.gd" type="Script" id=1]
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=2]
[node name="UnitFrame" type="PanelContainer"]
margin_right = 150.0
margin_bottom = 69.0
theme = ExtResource( 2 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
name_text_path = NodePath("VBoxContainer/HBoxContainer/Label")
level_text_path = NodePath("VBoxContainer/HBoxContainer/Label2")
health_range_path = NodePath("VBoxContainer/ProgressBar")
xp_range_path = NodePath("VBoxContainer/XPBar")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_left = 4.0
margin_top = 4.0
margin_right = 146.0
margin_bottom = 65.0
size_flags_horizontal = 3
size_flags_vertical = 3
custom_constants/separation = 1
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
margin_right = 142.0
margin_bottom = 15.0
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer"]
margin_right = 134.0
margin_bottom = 15.0
size_flags_horizontal = 3
[node name="Label2" type="Label" parent="VBoxContainer/HBoxContainer"]
margin_left = 142.0
margin_right = 142.0
margin_bottom = 15.0
[node name="ProgressBar" type="ProgressBar" parent="VBoxContainer"]
margin_top = 16.0
margin_right = 142.0
margin_bottom = 35.0
size_flags_horizontal = 3
[node name="ResourceBar" type="ProgressBar" parent="VBoxContainer"]
margin_top = 36.0
margin_right = 142.0
margin_bottom = 55.0
size_flags_horizontal = 3
[node name="XPBar" type="ProgressBar" parent="VBoxContainer"]
margin_top = 56.0
margin_right = 142.0
margin_bottom = 61.6018
rect_min_size = Vector2( 20, 5 )
size_flags_horizontal = 3
percent_visible = false