File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ [gd_scene load_steps =3 format =2 ]
2+
3+ [ext_resource path ="res://animation/PawnAnim.tscn" type ="PackedScene" id =1 ]
4+ [ext_resource path ="res://assets/sprites/local_map/characters/godette_pawn.png" type ="Texture" id =2 ]
5+
6+ [node name ="GodettePawnAnim" index ="0" instance =ExtResource ( 1 )]
7+
8+ [node name ="Body" parent ="Root" index ="0" ]
9+ position = Vector2 ( 0 , -188.656 )
10+ texture = ExtResource ( 2 )
11+
Original file line number Diff line number Diff line change 11[gd_scene load_steps =5 format =2 ]
22
33[ext_resource path ="res://animation/PawnAnim.gd" type ="Script" id =1 ]
4- [ext_resource path ="res://assets/sprites/local_map/characters/robi_pawn .png" type ="Texture" id =2 ]
4+ [ext_resource path ="res://assets/sprites/local_map/characters/character_grey .png" type ="Texture" id =2 ]
55
66[sub_resource type ="Animation" id =1 ]
77
@@ -63,6 +63,6 @@ anims/walk = SubResource( 2 )
6363position = Vector2 ( 1 .43051e-06, -1 .90735e-06 )
6464
6565[node name ="Body" type ="Sprite" parent ="Root" ]
66- position = Vector2 ( 0 , -170.399 )
66+ scale = Vector2 ( 3 , 3 )
6767texture = ExtResource ( 2 )
6868
Original file line number Diff line number Diff line change 1+ [gd_scene load_steps =2 format =2 ]
2+
3+ [ext_resource path ="res://animation/PawnAnim.tscn" type ="PackedScene" id =1 ]
4+
5+ [node name ="RobiPawnAnim" index ="0" instance =ExtResource ( 1 )]
6+
You can’t perform that action at this time.
0 commit comments