1- [gd_scene load_steps =13 format =2 ]
1+ [gd_scene load_steps =15 format =2 ]
22
33[ext_resource path ="res://party/Party.gd" type ="Script" id =1 ]
44[ext_resource path ="res://party/PartyMember.tscn" type ="PackedScene" id =2 ]
88[ext_resource path ="res://combat/battlers/skills/LearnedSkill.tscn" type ="PackedScene" id =6 ]
99[ext_resource path ="res://combat/battlers/skills/Lollislash.tres" type ="Resource" id =7 ]
1010[ext_resource path ="res://combat/battlers/ai/PlayerInput.gd" type ="Script" id =8 ]
11- [ext_resource path ="res://combat/battlers/jobs/RobiJob.tres" type ="Resource" id =9 ]
12- [ext_resource path ="res://assets/sprites/battlers/robi_portrait_256.png" type ="Texture" id =10 ]
13- [ext_resource path ="res://animation/RobiAnim.tscn" type ="PackedScene" id =11 ]
14- [ext_resource path ="res://combat/battlers/skills/Slash.tres" type ="Resource" id =12 ]
11+ [ext_resource path ="res://animation/GodettePawnAnim.tscn" type ="PackedScene" id =9 ]
12+ [ext_resource path ="res://combat/battlers/jobs/RobiJob.tres" type ="Resource" id =10 ]
13+ [ext_resource path ="res://assets/sprites/battlers/robi_portrait_256.png" type ="Texture" id =11 ]
14+ [ext_resource path ="res://animation/RobiAnim.tscn" type ="PackedScene" id =12 ]
15+ [ext_resource path ="res://combat/battlers/skills/Slash.tres" type ="Resource" id =13 ]
16+ [ext_resource path ="res://animation/RobiPawnAnim.tscn" type ="PackedScene" id =14 ]
1517
1618[node name ="Party" type ="Node2D" ]
1719script = ExtResource ( 1 )
18- PARTY_SIZE = null
1920
2021[node name ="Godette" parent ="." instance =ExtResource ( 2 )]
22+ pawn_anim_path = NodePath ("GodettePawnAnim" )
2123
2224[node name ="Battler" parent ="Godette" index ="0" ]
25+ editor/display_folded = true
2326stats = ExtResource ( 3 )
2427party_member = true
2528turn_order_icon = ExtResource ( 4 )
@@ -32,22 +35,28 @@ skill = ExtResource( 7 )
3235[node name ="AI" parent ="Godette/Battler" index ="6" ]
3336script = ExtResource ( 8 )
3437
38+ [node name ="GodettePawnAnim" parent ="Godette" instance =ExtResource ( 9 )]
39+
3540[node name ="Robi" parent ="." instance =ExtResource ( 2 )]
41+ pawn_anim_path = NodePath ("RobiPawnAnim" )
3642
3743[node name ="Battler" parent ="Robi" index ="0" ]
38- stats = ExtResource ( 9 )
44+ editor/display_folded = true
45+ stats = ExtResource ( 10 )
3946party_member = true
40- turn_order_icon = ExtResource ( 10 )
47+ turn_order_icon = ExtResource ( 11 )
4148
42- [node name ="RobiAnim" parent ="Robi/Battler/Skin" index ="2" instance =ExtResource ( 11 )]
49+ [node name ="RobiAnim" parent ="Robi/Battler/Skin" index ="2" instance =ExtResource ( 12 )]
4350
4451[node name ="Slash" parent ="Robi/Battler/Skills" index ="0" instance =ExtResource ( 6 )]
45- skill = ExtResource ( 12 )
52+ skill = ExtResource ( 13 )
4653level = 0
4754
4855[node name ="AI" parent ="Robi/Battler" index ="6" ]
4956script = ExtResource ( 8 )
5057
58+ [node name ="RobiPawnAnim" parent ="Robi" instance =ExtResource ( 14 )]
59+
5160
5261[editable path ="Godette" ]
5362
0 commit comments