60 lines
1.4 KiB
Text
60 lines
1.4 KiB
Text
[gd_scene load_steps=5 format=2]
|
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
bg_color = Color( 1, 0, 0, 1 )
|
|
|
|
[sub_resource type="StyleBoxFlat" id=2]
|
|
bg_color = Color( 0.184314, 0, 0, 1 )
|
|
|
|
[sub_resource type="StyleBoxFlat" id=3]
|
|
bg_color = Color( 0, 1, 0, 1 )
|
|
|
|
[sub_resource type="StyleBoxFlat" id=4]
|
|
bg_color = Color( 0, 0.215686, 0, 1 )
|
|
|
|
[node name="head_infos" type="Control"]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -256.0
|
|
margin_top = -128.0
|
|
margin_right = 256.0
|
|
margin_bottom = 128.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="bars" type="VBoxContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 7
|
|
size_flags_vertical = 7
|
|
alignment = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="life" type="ProgressBar" parent="bars"]
|
|
margin_top = 98.0
|
|
margin_right = 512.0
|
|
margin_bottom = 126.0
|
|
rect_min_size = Vector2( 0, 28 )
|
|
size_flags_horizontal = 7
|
|
size_flags_vertical = 4
|
|
custom_styles/fg = SubResource( 1 )
|
|
custom_styles/bg = SubResource( 2 )
|
|
value = 50.0
|
|
percent_visible = false
|
|
|
|
[node name="endurance" type="ProgressBar" parent="bars"]
|
|
margin_top = 130.0
|
|
margin_right = 512.0
|
|
margin_bottom = 158.0
|
|
rect_min_size = Vector2( 0, 28 )
|
|
size_flags_horizontal = 7
|
|
size_flags_vertical = 4
|
|
custom_styles/fg = SubResource( 3 )
|
|
custom_styles/bg = SubResource( 4 )
|
|
value = 50.0
|
|
percent_visible = false
|