210 lines
4.6 KiB
Plaintext
210 lines
4.6 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://widgets/PartyMenuCharacter.gd" type="Script" id=1]
|
|
[ext_resource path="res://PC.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="PartyMenuCharacter" type="ReferenceRect"]
|
|
margin_right = 252.0
|
|
margin_bottom = 50.0
|
|
rect_min_size = Vector2( 252, 50 )
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="ref1" type="ReferenceRect" parent="."]
|
|
margin_left = 56.0
|
|
margin_right = 160.0
|
|
margin_bottom = 50.0
|
|
border_color = Color( 0, 0, 1, 1 )
|
|
|
|
[node name="lbl_job" type="Label" parent="ref1"]
|
|
unique_name_in_owner = true
|
|
margin_right = 72.0
|
|
margin_bottom = 14.0
|
|
text = "Freelancer"
|
|
|
|
[node name="abp_LV" type="Label" parent="ref1"]
|
|
margin_left = 8.0
|
|
margin_top = 12.0
|
|
margin_right = 23.0
|
|
margin_bottom = 26.0
|
|
text = "LV"
|
|
|
|
[node name="lbl_abp_lv_cur" type="Label" parent="ref1"]
|
|
unique_name_in_owner = true
|
|
margin_left = 24.0
|
|
margin_top = 12.0
|
|
margin_right = 48.0
|
|
margin_bottom = 26.0
|
|
text = "2-"
|
|
align = 2
|
|
|
|
[node name="lbl_abp_progress" type="Label" parent="ref1"]
|
|
unique_name_in_owner = true
|
|
margin_left = 36.0
|
|
margin_top = 12.0
|
|
margin_right = 80.0
|
|
margin_bottom = 26.0
|
|
text = "76/"
|
|
align = 2
|
|
|
|
[node name="lbl_abp_next" type="Label" parent="ref1"]
|
|
unique_name_in_owner = true
|
|
margin_left = 60.0
|
|
margin_top = 12.0
|
|
margin_right = 104.0
|
|
margin_bottom = 26.0
|
|
text = "135"
|
|
align = 2
|
|
|
|
[node name="HP" type="Label" parent="ref1"]
|
|
margin_left = 8.0
|
|
margin_top = 25.0
|
|
margin_right = 32.0
|
|
margin_bottom = 39.0
|
|
rect_min_size = Vector2( 24, 0 )
|
|
text = "HP"
|
|
|
|
[node name="lbl_hp_cur" type="Label" parent="ref1"]
|
|
unique_name_in_owner = true
|
|
margin_left = 32.0
|
|
margin_top = 25.0
|
|
margin_right = 72.0
|
|
margin_bottom = 39.0
|
|
rect_min_size = Vector2( 40, 0 )
|
|
text = "9999/"
|
|
align = 2
|
|
|
|
[node name="lbl_hp_max" type="Label" parent="ref1"]
|
|
unique_name_in_owner = true
|
|
margin_left = 72.0
|
|
margin_top = 25.0
|
|
margin_right = 104.0
|
|
margin_bottom = 39.0
|
|
rect_min_size = Vector2( 32, 0 )
|
|
text = "9999"
|
|
align = 2
|
|
|
|
[node name="MP" type="Label" parent="ref1"]
|
|
margin_left = 8.0
|
|
margin_top = 36.0
|
|
margin_right = 32.0
|
|
margin_bottom = 50.0
|
|
text = "MP"
|
|
|
|
[node name="lbl_mp_cur" type="Label" parent="ref1"]
|
|
unique_name_in_owner = true
|
|
margin_left = 32.0
|
|
margin_top = 36.0
|
|
margin_right = 72.0
|
|
margin_bottom = 50.0
|
|
text = "999/"
|
|
align = 2
|
|
|
|
[node name="lbl_mp_max" type="Label" parent="ref1"]
|
|
unique_name_in_owner = true
|
|
margin_left = 72.0
|
|
margin_top = 36.0
|
|
margin_right = 104.0
|
|
margin_bottom = 50.0
|
|
text = "999"
|
|
align = 2
|
|
|
|
[node name="ref0" type="ReferenceRect" parent="."]
|
|
margin_right = 56.0
|
|
margin_bottom = 50.0
|
|
|
|
[node name="lbl_name" type="Label" parent="ref0"]
|
|
unique_name_in_owner = true
|
|
margin_right = 40.0
|
|
margin_bottom = 14.0
|
|
text = "Butz"
|
|
|
|
[node name="LV" type="Label" parent="ref0"]
|
|
margin_left = 8.0
|
|
margin_top = 12.0
|
|
margin_right = 23.0
|
|
margin_bottom = 26.0
|
|
text = "LV"
|
|
|
|
[node name="lbl_lv_cur" type="Label" parent="ref0"]
|
|
unique_name_in_owner = true
|
|
margin_left = 32.0
|
|
margin_top = 12.0
|
|
margin_right = 56.0
|
|
margin_bottom = 26.0
|
|
text = "26"
|
|
align = 2
|
|
|
|
[node name="ref_frontrow" type="ReferenceRect" parent="ref0"]
|
|
unique_name_in_owner = true
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 8.0
|
|
margin_top = -24.0
|
|
margin_right = 24.0
|
|
border_color = Color( 1, 0.501961, 0, 1 )
|
|
|
|
[node name="ref_backrow" type="ReferenceRect" parent="ref0"]
|
|
unique_name_in_owner = true
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 40.0
|
|
margin_top = -24.0
|
|
margin_right = 56.0
|
|
border_color = Color( 0, 1, 0, 1 )
|
|
|
|
[node name="PC" parent="ref0" instance=ExtResource( 2 )]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="ref_commands" type="ReferenceRect" parent="."]
|
|
margin_left = 168.0
|
|
margin_right = 252.0
|
|
margin_bottom = 50.0
|
|
|
|
[node name="l1" type="Label" parent="ref_commands"]
|
|
margin_left = 12.0
|
|
margin_right = 84.0
|
|
margin_bottom = 14.0
|
|
text = "Fight"
|
|
|
|
[node name="l2" type="Label" parent="ref_commands"]
|
|
margin_left = 12.0
|
|
margin_top = 12.0
|
|
margin_right = 84.0
|
|
margin_bottom = 26.0
|
|
text = "Guard"
|
|
|
|
[node name="l3" type="Label" parent="ref_commands"]
|
|
margin_left = 12.0
|
|
margin_top = 24.0
|
|
margin_right = 84.0
|
|
margin_bottom = 38.0
|
|
text = "DragnSwd"
|
|
|
|
[node name="l4" type="Label" parent="ref_commands"]
|
|
margin_left = 12.0
|
|
margin_top = 36.0
|
|
margin_right = 84.0
|
|
margin_bottom = 50.0
|
|
text = "Item"
|
|
|
|
[node name="t1" type="TextureRect" parent="ref_commands"]
|
|
margin_right = 12.0
|
|
margin_bottom = 12.0
|
|
|
|
[node name="t2" type="TextureRect" parent="ref_commands"]
|
|
margin_top = 12.0
|
|
margin_right = 12.0
|
|
margin_bottom = 24.0
|
|
|
|
[node name="t3" type="TextureRect" parent="ref_commands"]
|
|
margin_top = 24.0
|
|
margin_right = 12.0
|
|
margin_bottom = 36.0
|
|
|
|
[node name="t4" type="TextureRect" parent="ref_commands"]
|
|
margin_top = 36.0
|
|
margin_right = 12.0
|
|
margin_bottom = 48.0
|