ChocolateBird/widgets/PartyMenuCharacter.tscn

134 lines
2.7 KiB
Plaintext
Raw Normal View History

2023-08-04 01:05:19 +09:30
[gd_scene load_steps=2 format=2]
[ext_resource path="res://widgets/PartyMenuCharacter.gd" type="Script" id=1]
[node name="PartyMenuCharacter" type="ReferenceRect"]
margin_right = 180.0
margin_bottom = 50.0
rect_min_size = Vector2( 180, 50 )
size_flags_horizontal = 0
size_flags_vertical = 0
script = ExtResource( 1 )
[node name="lbl_name" type="Label" parent="."]
margin_right = 40.0
margin_bottom = 14.0
text = "Butz"
[node name="lbl_job" type="Label" parent="."]
margin_left = 72.0
margin_right = 144.0
margin_bottom = 14.0
text = "Freelancer"
[node name="LV" type="Label" parent="."]
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="."]
margin_left = 32.0
margin_top = 12.0
margin_right = 56.0
margin_bottom = 26.0
text = "26"
align = 2
[node name="abp_LV" type="Label" parent="."]
margin_left = 84.0
margin_top = 12.0
margin_right = 99.0
margin_bottom = 26.0
text = "LV"
[node name="lbl_abp_lv_cur" type="Label" parent="."]
margin_left = 100.0
margin_top = 12.0
margin_right = 124.0
margin_bottom = 26.0
text = "2-"
align = 2
[node name="lbl_abp_progress" type="Label" parent="."]
margin_left = 112.0
margin_top = 12.0
margin_right = 156.0
margin_bottom = 26.0
text = "76/"
align = 2
[node name="lbl_abp_next" type="Label" parent="."]
margin_left = 136.0
margin_top = 12.0
margin_right = 180.0
margin_bottom = 26.0
text = "135"
align = 2
[node name="ref_frontrow" type="ReferenceRect" parent="."]
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="."]
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="HP" type="Label" parent="."]
margin_left = 84.0
margin_top = 25.0
margin_right = 108.0
margin_bottom = 39.0
rect_min_size = Vector2( 24, 0 )
text = "HP"
[node name="lbl_hp_cur" type="Label" parent="."]
margin_left = 108.0
margin_top = 25.0
margin_right = 148.0
margin_bottom = 39.0
rect_min_size = Vector2( 40, 0 )
text = "9999/"
align = 2
[node name="lbl_hp_max" type="Label" parent="."]
margin_left = 148.0
margin_top = 25.0
margin_right = 180.0
margin_bottom = 39.0
rect_min_size = Vector2( 32, 0 )
text = "9999"
align = 2
[node name="MP" type="Label" parent="."]
margin_left = 84.0
margin_top = 36.0
margin_right = 108.0
margin_bottom = 50.0
text = "MP"
[node name="lbl_mp_cur" type="Label" parent="."]
margin_left = 108.0
margin_top = 36.0
margin_right = 148.0
margin_bottom = 50.0
text = "999/"
align = 2
[node name="lbl_mp_max" type="Label" parent="."]
margin_left = 148.0
margin_top = 36.0
margin_right = 180.0
margin_bottom = 50.0
text = "999"
align = 2