[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 = 180.0 margin_bottom = 50.0 rect_min_size = Vector2( 240, 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"] 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"] 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"] 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"] 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"] 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"] 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"] 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"] 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"] 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"] 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"] 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"] 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 )] [node name="ref_commands" type="ReferenceRect" parent="."] margin_left = 168.0 margin_right = 240.0 margin_bottom = 50.0 [node name="1" type="Label" parent="ref_commands"] margin_right = 72.0 margin_bottom = 14.0 text = "Fight" [node name="2" type="Label" parent="ref_commands"] margin_top = 12.0 margin_right = 72.0 margin_bottom = 26.0 text = "Guard" [node name="3" type="Label" parent="ref_commands"] margin_top = 24.0 margin_right = 72.0 margin_bottom = 38.0 text = "DragnSwd" [node name="4" type="Label" parent="ref_commands"] margin_top = 36.0 margin_right = 72.0 margin_bottom = 50.0 text = "Item"