midori-school/levels/ui/tophud.tscn
2024-11-03 16:29:58 -07:00

742 lines
23 KiB
Text

[gd_scene load_steps=10 format=2]
[ext_resource path="res://fonts/hud.tres" type="DynamicFont" id=1]
[ext_resource path="res://levels/ui/tophud.gd" type="Script" id=2]
[ext_resource path="res://fonts/title.tres" type="DynamicFont" id=3]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 1, 0, 0, 1 )
[sub_resource type="StyleBoxFlat" id=2]
[sub_resource type="StyleBoxFlat" id=3]
bg_color = Color( 1, 0.498039, 0, 1 )
[sub_resource type="StyleBoxFlat" id=4]
[sub_resource type="StyleBoxFlat" id=5]
bg_color = Color( 0, 0, 1, 1 )
[sub_resource type="StyleBoxFlat" id=6]
[node name="Tophud" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 2 )
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Bossbg" type="ColorRect" parent="CanvasLayer"]
margin_left = 467.0
margin_right = 768.0
margin_bottom = 50.0
color = Color( 0.254902, 0.254902, 0.254902, 1 )
[node name="Boss" type="VBoxContainer" parent="CanvasLayer"]
margin_left = 467.0
margin_right = 768.0
margin_bottom = 50.0
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/Boss"]
margin_right = 301.0
margin_bottom = 23.0
[node name="Label" type="Label" parent="CanvasLayer/Boss/HBoxContainer"]
margin_right = 174.0
margin_bottom = 23.0
rect_min_size = Vector2( 174, 23 )
custom_fonts/font = ExtResource( 1 )
text = "Name"
[node name="HBoxContainer2" type="HBoxContainer" parent="CanvasLayer/Boss"]
margin_top = 27.0
margin_right = 301.0
margin_bottom = 50.0
[node name="Label" type="Label" parent="CanvasLayer/Boss/HBoxContainer2"]
margin_right = 70.0
margin_bottom = 22.0
rect_min_size = Vector2( 70, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Health"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Boss/HBoxContainer2"]
margin_left = 74.0
margin_right = 174.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 1 )
custom_styles/bg = SubResource( 2 )
[node name="Label2" type="Label" parent="CanvasLayer/Boss/HBoxContainer2"]
margin_left = 178.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 123, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="Topminibg" type="ColorRect" parent="CanvasLayer"]
margin_left = 842.0
margin_right = 1280.0
margin_bottom = 116.0
color = Color( 0.254902, 0.254902, 0.254902, 1 )
[node name="Topmini" type="HBoxContainer" parent="CanvasLayer"]
margin_left = 843.0
margin_right = 1280.0
margin_bottom = 116.0
[node name="TextureRect" type="TextureRect" parent="CanvasLayer/Topmini"]
margin_right = 116.0
margin_bottom = 116.0
rect_min_size = Vector2( 116, 116 )
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/Topmini"]
margin_left = 120.0
margin_right = 421.0
margin_bottom = 116.0
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/Topmini/VBoxContainer"]
margin_right = 301.0
margin_bottom = 23.0
rect_min_size = Vector2( 0, 23 )
[node name="Label" type="Label" parent="CanvasLayer/Topmini/VBoxContainer/HBoxContainer"]
margin_right = 174.0
margin_bottom = 22.0
rect_min_size = Vector2( 174, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Name"
[node name="Label3" type="Label" parent="CanvasLayer/Topmini/VBoxContainer/HBoxContainer"]
margin_left = 178.0
margin_right = 202.0
margin_bottom = 22.0
custom_fonts/font = ExtResource( 1 )
text = "R1"
[node name="HBoxContainer2" type="HBoxContainer" parent="CanvasLayer/Topmini/VBoxContainer"]
margin_top = 27.0
margin_right = 301.0
margin_bottom = 50.0
[node name="Label" type="Label" parent="CanvasLayer/Topmini/VBoxContainer/HBoxContainer2"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Health"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topmini/VBoxContainer/HBoxContainer2"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 1 )
custom_styles/bg = SubResource( 2 )
[node name="Label2" type="Label" parent="CanvasLayer/Topmini/VBoxContainer/HBoxContainer2"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="HBoxContainer3" type="HBoxContainer" parent="CanvasLayer/Topmini/VBoxContainer"]
margin_top = 54.0
margin_right = 301.0
margin_bottom = 77.0
[node name="Label" type="Label" parent="CanvasLayer/Topmini/VBoxContainer/HBoxContainer3"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Stamina"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topmini/VBoxContainer/HBoxContainer3"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 3 )
custom_styles/bg = SubResource( 4 )
[node name="Label2" type="Label" parent="CanvasLayer/Topmini/VBoxContainer/HBoxContainer3"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="HBoxContainer4" type="HBoxContainer" parent="CanvasLayer/Topmini/VBoxContainer"]
margin_top = 81.0
margin_right = 301.0
margin_bottom = 104.0
[node name="Label" type="Label" parent="CanvasLayer/Topmini/VBoxContainer/HBoxContainer4"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "OC Skill"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topmini/VBoxContainer/HBoxContainer4"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 5 )
custom_styles/bg = SubResource( 6 )
[node name="Label2" type="Label" parent="CanvasLayer/Topmini/VBoxContainer/HBoxContainer4"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="ColorRect2" type="ColorRect" parent="CanvasLayer/Topmini"]
margin_left = 425.0
margin_right = 437.0
margin_bottom = 116.0
rect_min_size = Vector2( 12, 0 )
color = Color( 0, 0, 1, 1 )
[node name="Topleftbg" type="ColorRect" parent="CanvasLayer"]
visible = false
margin_left = 842.0
margin_right = 1280.0
margin_bottom = 476.0
color = Color( 0.254902, 0.254902, 0.254902, 1 )
[node name="Topleft" type="VBoxContainer" parent="CanvasLayer"]
visible = false
margin_left = 843.0
margin_right = 1280.0
margin_bottom = 116.0
[node name="Character1" type="HBoxContainer" parent="CanvasLayer/Topleft"]
margin_right = 437.0
margin_bottom = 116.0
rect_min_size = Vector2( 437, 116 )
[node name="TextureRect" type="TextureRect" parent="CanvasLayer/Topleft/Character1"]
margin_right = 116.0
margin_bottom = 116.0
rect_min_size = Vector2( 116, 116 )
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/Topleft/Character1"]
margin_left = 120.0
margin_right = 421.0
margin_bottom = 116.0
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/Topleft/Character1/VBoxContainer"]
margin_right = 301.0
margin_bottom = 23.0
rect_min_size = Vector2( 0, 23 )
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character1/VBoxContainer/HBoxContainer"]
margin_right = 174.0
margin_bottom = 22.0
rect_min_size = Vector2( 174, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Name"
[node name="Label3" type="Label" parent="CanvasLayer/Topleft/Character1/VBoxContainer/HBoxContainer"]
margin_left = 178.0
margin_right = 244.0
margin_bottom = 22.0
custom_fonts/font = ExtResource( 1 )
text = "R1 + ↑"
[node name="HBoxContainer2" type="HBoxContainer" parent="CanvasLayer/Topleft/Character1/VBoxContainer"]
margin_top = 27.0
margin_right = 301.0
margin_bottom = 50.0
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character1/VBoxContainer/HBoxContainer2"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Health"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topleft/Character1/VBoxContainer/HBoxContainer2"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 1 )
custom_styles/bg = SubResource( 2 )
[node name="Label2" type="Label" parent="CanvasLayer/Topleft/Character1/VBoxContainer/HBoxContainer2"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="HBoxContainer3" type="HBoxContainer" parent="CanvasLayer/Topleft/Character1/VBoxContainer"]
margin_top = 54.0
margin_right = 301.0
margin_bottom = 77.0
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character1/VBoxContainer/HBoxContainer3"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Stamina"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topleft/Character1/VBoxContainer/HBoxContainer3"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 3 )
custom_styles/bg = SubResource( 4 )
[node name="Label2" type="Label" parent="CanvasLayer/Topleft/Character1/VBoxContainer/HBoxContainer3"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="HBoxContainer4" type="HBoxContainer" parent="CanvasLayer/Topleft/Character1/VBoxContainer"]
margin_top = 81.0
margin_right = 301.0
margin_bottom = 104.0
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character1/VBoxContainer/HBoxContainer4"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "OC Skill"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topleft/Character1/VBoxContainer/HBoxContainer4"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 5 )
custom_styles/bg = SubResource( 6 )
[node name="Label2" type="Label" parent="CanvasLayer/Topleft/Character1/VBoxContainer/HBoxContainer4"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="ColorRect2" type="ColorRect" parent="CanvasLayer/Topleft/Character1"]
margin_left = 425.0
margin_right = 437.0
margin_bottom = 116.0
rect_min_size = Vector2( 12, 0 )
[node name="Character2" type="HBoxContainer" parent="CanvasLayer/Topleft"]
margin_top = 120.0
margin_right = 437.0
margin_bottom = 236.0
rect_min_size = Vector2( 437, 116 )
[node name="TextureRect" type="TextureRect" parent="CanvasLayer/Topleft/Character2"]
margin_right = 116.0
margin_bottom = 116.0
rect_min_size = Vector2( 116, 116 )
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/Topleft/Character2"]
margin_left = 120.0
margin_right = 421.0
margin_bottom = 116.0
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/Topleft/Character2/VBoxContainer"]
margin_right = 301.0
margin_bottom = 23.0
rect_min_size = Vector2( 0, 23 )
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character2/VBoxContainer/HBoxContainer"]
margin_right = 174.0
margin_bottom = 22.0
rect_min_size = Vector2( 174, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Name"
[node name="Label3" type="Label" parent="CanvasLayer/Topleft/Character2/VBoxContainer/HBoxContainer"]
margin_left = 178.0
margin_right = 244.0
margin_bottom = 22.0
custom_fonts/font = ExtResource( 1 )
text = "R1 + →"
[node name="HBoxContainer2" type="HBoxContainer" parent="CanvasLayer/Topleft/Character2/VBoxContainer"]
margin_top = 27.0
margin_right = 301.0
margin_bottom = 50.0
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character2/VBoxContainer/HBoxContainer2"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Health"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topleft/Character2/VBoxContainer/HBoxContainer2"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 1 )
custom_styles/bg = SubResource( 2 )
[node name="Label2" type="Label" parent="CanvasLayer/Topleft/Character2/VBoxContainer/HBoxContainer2"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="HBoxContainer3" type="HBoxContainer" parent="CanvasLayer/Topleft/Character2/VBoxContainer"]
margin_top = 54.0
margin_right = 301.0
margin_bottom = 77.0
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character2/VBoxContainer/HBoxContainer3"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Stamina"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topleft/Character2/VBoxContainer/HBoxContainer3"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 3 )
custom_styles/bg = SubResource( 4 )
[node name="Label2" type="Label" parent="CanvasLayer/Topleft/Character2/VBoxContainer/HBoxContainer3"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="HBoxContainer4" type="HBoxContainer" parent="CanvasLayer/Topleft/Character2/VBoxContainer"]
margin_top = 81.0
margin_right = 301.0
margin_bottom = 104.0
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character2/VBoxContainer/HBoxContainer4"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "OC Skill"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topleft/Character2/VBoxContainer/HBoxContainer4"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 5 )
custom_styles/bg = SubResource( 6 )
[node name="Label2" type="Label" parent="CanvasLayer/Topleft/Character2/VBoxContainer/HBoxContainer4"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="ColorRect2" type="ColorRect" parent="CanvasLayer/Topleft/Character2"]
margin_left = 425.0
margin_right = 437.0
margin_bottom = 116.0
rect_min_size = Vector2( 12, 0 )
[node name="Character3" type="HBoxContainer" parent="CanvasLayer/Topleft"]
margin_top = 240.0
margin_right = 437.0
margin_bottom = 356.0
rect_min_size = Vector2( 437, 116 )
[node name="TextureRect" type="TextureRect" parent="CanvasLayer/Topleft/Character3"]
margin_right = 116.0
margin_bottom = 116.0
rect_min_size = Vector2( 116, 116 )
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/Topleft/Character3"]
margin_left = 120.0
margin_right = 421.0
margin_bottom = 116.0
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/Topleft/Character3/VBoxContainer"]
margin_right = 301.0
margin_bottom = 23.0
rect_min_size = Vector2( 0, 23 )
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character3/VBoxContainer/HBoxContainer"]
margin_right = 174.0
margin_bottom = 22.0
rect_min_size = Vector2( 174, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Name"
[node name="Label3" type="Label" parent="CanvasLayer/Topleft/Character3/VBoxContainer/HBoxContainer"]
margin_left = 178.0
margin_right = 244.0
margin_bottom = 22.0
custom_fonts/font = ExtResource( 1 )
text = "R1 + ↓"
[node name="HBoxContainer2" type="HBoxContainer" parent="CanvasLayer/Topleft/Character3/VBoxContainer"]
margin_top = 27.0
margin_right = 301.0
margin_bottom = 50.0
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character3/VBoxContainer/HBoxContainer2"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Health"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topleft/Character3/VBoxContainer/HBoxContainer2"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 1 )
custom_styles/bg = SubResource( 2 )
[node name="Label2" type="Label" parent="CanvasLayer/Topleft/Character3/VBoxContainer/HBoxContainer2"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="HBoxContainer3" type="HBoxContainer" parent="CanvasLayer/Topleft/Character3/VBoxContainer"]
margin_top = 54.0
margin_right = 301.0
margin_bottom = 77.0
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character3/VBoxContainer/HBoxContainer3"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Stamina"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topleft/Character3/VBoxContainer/HBoxContainer3"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 3 )
custom_styles/bg = SubResource( 4 )
[node name="Label2" type="Label" parent="CanvasLayer/Topleft/Character3/VBoxContainer/HBoxContainer3"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="HBoxContainer4" type="HBoxContainer" parent="CanvasLayer/Topleft/Character3/VBoxContainer"]
margin_top = 81.0
margin_right = 301.0
margin_bottom = 104.0
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character3/VBoxContainer/HBoxContainer4"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "OC Skill"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topleft/Character3/VBoxContainer/HBoxContainer4"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 5 )
custom_styles/bg = SubResource( 6 )
[node name="Label2" type="Label" parent="CanvasLayer/Topleft/Character3/VBoxContainer/HBoxContainer4"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="ColorRect2" type="ColorRect" parent="CanvasLayer/Topleft/Character3"]
margin_left = 425.0
margin_right = 437.0
margin_bottom = 116.0
rect_min_size = Vector2( 12, 0 )
[node name="Character4" type="HBoxContainer" parent="CanvasLayer/Topleft"]
margin_top = 360.0
margin_right = 437.0
margin_bottom = 476.0
rect_min_size = Vector2( 437, 116 )
[node name="TextureRect" type="TextureRect" parent="CanvasLayer/Topleft/Character4"]
margin_right = 116.0
margin_bottom = 116.0
rect_min_size = Vector2( 116, 116 )
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/Topleft/Character4"]
margin_left = 120.0
margin_right = 421.0
margin_bottom = 116.0
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/Topleft/Character4/VBoxContainer"]
margin_right = 301.0
margin_bottom = 23.0
rect_min_size = Vector2( 0, 23 )
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character4/VBoxContainer/HBoxContainer"]
margin_right = 174.0
margin_bottom = 22.0
rect_min_size = Vector2( 174, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Name"
[node name="Label3" type="Label" parent="CanvasLayer/Topleft/Character4/VBoxContainer/HBoxContainer"]
margin_left = 178.0
margin_right = 244.0
margin_bottom = 22.0
custom_fonts/font = ExtResource( 1 )
text = "R1 + ←"
[node name="HBoxContainer2" type="HBoxContainer" parent="CanvasLayer/Topleft/Character4/VBoxContainer"]
margin_top = 27.0
margin_right = 301.0
margin_bottom = 50.0
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character4/VBoxContainer/HBoxContainer2"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Health"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topleft/Character4/VBoxContainer/HBoxContainer2"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 1 )
custom_styles/bg = SubResource( 2 )
[node name="Label2" type="Label" parent="CanvasLayer/Topleft/Character4/VBoxContainer/HBoxContainer2"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="HBoxContainer3" type="HBoxContainer" parent="CanvasLayer/Topleft/Character4/VBoxContainer"]
margin_top = 54.0
margin_right = 301.0
margin_bottom = 77.0
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character4/VBoxContainer/HBoxContainer3"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "Stamina"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topleft/Character4/VBoxContainer/HBoxContainer3"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 3 )
custom_styles/bg = SubResource( 4 )
[node name="Label2" type="Label" parent="CanvasLayer/Topleft/Character4/VBoxContainer/HBoxContainer3"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="HBoxContainer4" type="HBoxContainer" parent="CanvasLayer/Topleft/Character4/VBoxContainer"]
margin_top = 81.0
margin_right = 301.0
margin_bottom = 104.0
[node name="Label" type="Label" parent="CanvasLayer/Topleft/Character4/VBoxContainer/HBoxContainer4"]
margin_right = 74.0
margin_bottom = 22.0
rect_min_size = Vector2( 74, 0 )
custom_fonts/font = ExtResource( 1 )
text = "OC Skill"
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer/Topleft/Character4/VBoxContainer/HBoxContainer4"]
margin_left = 78.0
margin_right = 178.0
margin_bottom = 23.0
rect_min_size = Vector2( 100, 23 )
custom_styles/fg = SubResource( 5 )
custom_styles/bg = SubResource( 6 )
[node name="Label2" type="Label" parent="CanvasLayer/Topleft/Character4/VBoxContainer/HBoxContainer4"]
margin_left = 182.0
margin_right = 301.0
margin_bottom = 22.0
rect_min_size = Vector2( 119, 0 )
custom_fonts/font = ExtResource( 1 )
text = "100/100"
align = 2
[node name="ColorRect2" type="ColorRect" parent="CanvasLayer/Topleft/Character4"]
margin_left = 425.0
margin_right = 437.0
margin_bottom = 116.0
rect_min_size = Vector2( 12, 0 )
[node name="Time" type="Label" parent="CanvasLayer"]
margin_right = 40.0
margin_bottom = 14.0
custom_fonts/font = ExtResource( 3 )
text = "08:00"