Skip to content

Commit 6194b54

Browse files
committed
shjourney: Remove sprint animation from fighting player
This quest has two different SpriteFrames for the player - one used in the scene where he fights (template_playerFight.tres), and the other used in the other scenes (tim_sprite_frames.tres). tim_sprite_frames defines a "run" animation with different frames to the "walk" animation. "run" is used by the player scene, if it is present. template_playerFight defines a "sprint" animation, with the same frames as the "walk" animation. "sprint" is not referenced anywhere else in the project. Remove the unused "sprint" animation.
1 parent 7716a35 commit 6194b54

1 file changed

Lines changed: 1 addition & 69 deletions

File tree

scenes/quests/story_quests/shjourney/7_shjourney_combate/template_playerFight.tres

Lines changed: 1 addition & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[gd_resource type="SpriteFrames" load_steps=43 format=3 uid="uid://blbgeo0jjttf4"]
1+
[gd_resource type="SpriteFrames" load_steps=34 format=3 uid="uid://blbgeo0jjttf4"]
22

33
[ext_resource type="Texture2D" uid="uid://c71mojxxxxfvj" path="res://scenes/quests/story_quests/shjourney/4_Laberinto/personajes/PJ_attack.png" id="1_5nfxk"]
44
[ext_resource type="Texture2D" uid="uid://dp2c5hcg44j3d" path="res://scenes/quests/story_quests/shjourney/4_Laberinto/personajes/TimDefeated.png" id="2_5nfxk"]
@@ -85,42 +85,6 @@ region = Rect2(576, 0, 64, 64)
8585
atlas = ExtResource("3_k32gq")
8686
region = Rect2(640, 0, 64, 64)
8787

88-
[sub_resource type="AtlasTexture" id="AtlasTexture_dnk7a"]
89-
atlas = ExtResource("4_r0ucd")
90-
region = Rect2(0, 0, 64, 64)
91-
92-
[sub_resource type="AtlasTexture" id="AtlasTexture_gsmi1"]
93-
atlas = ExtResource("4_r0ucd")
94-
region = Rect2(64, 0, 64, 64)
95-
96-
[sub_resource type="AtlasTexture" id="AtlasTexture_5p04k"]
97-
atlas = ExtResource("4_r0ucd")
98-
region = Rect2(128, 0, 64, 64)
99-
100-
[sub_resource type="AtlasTexture" id="AtlasTexture_2mty5"]
101-
atlas = ExtResource("4_r0ucd")
102-
region = Rect2(192, 0, 64, 64)
103-
104-
[sub_resource type="AtlasTexture" id="AtlasTexture_j6opw"]
105-
atlas = ExtResource("4_r0ucd")
106-
region = Rect2(256, 0, 64, 64)
107-
108-
[sub_resource type="AtlasTexture" id="AtlasTexture_pykfg"]
109-
atlas = ExtResource("4_r0ucd")
110-
region = Rect2(320, 0, 64, 64)
111-
112-
[sub_resource type="AtlasTexture" id="AtlasTexture_jngqd"]
113-
atlas = ExtResource("4_r0ucd")
114-
region = Rect2(384, 0, 64, 64)
115-
116-
[sub_resource type="AtlasTexture" id="AtlasTexture_smmnl"]
117-
atlas = ExtResource("4_r0ucd")
118-
region = Rect2(448, 0, 64, 64)
119-
120-
[sub_resource type="AtlasTexture" id="AtlasTexture_hxv85"]
121-
atlas = ExtResource("4_r0ucd")
122-
region = Rect2(512, 0, 64, 64)
123-
12488
[sub_resource type="AtlasTexture" id="AtlasTexture_qc4lu"]
12589
atlas = ExtResource("4_r0ucd")
12690
region = Rect2(0, 0, 64, 64)
@@ -236,38 +200,6 @@ animations = [{
236200
}, {
237201
"frames": [{
238202
"duration": 1.0,
239-
"texture": SubResource("AtlasTexture_dnk7a")
240-
}, {
241-
"duration": 1.0,
242-
"texture": SubResource("AtlasTexture_gsmi1")
243-
}, {
244-
"duration": 1.0,
245-
"texture": SubResource("AtlasTexture_5p04k")
246-
}, {
247-
"duration": 1.0,
248-
"texture": SubResource("AtlasTexture_2mty5")
249-
}, {
250-
"duration": 1.0,
251-
"texture": SubResource("AtlasTexture_j6opw")
252-
}, {
253-
"duration": 1.0,
254-
"texture": SubResource("AtlasTexture_pykfg")
255-
}, {
256-
"duration": 1.0,
257-
"texture": SubResource("AtlasTexture_jngqd")
258-
}, {
259-
"duration": 1.0,
260-
"texture": SubResource("AtlasTexture_smmnl")
261-
}, {
262-
"duration": 1.0,
263-
"texture": SubResource("AtlasTexture_hxv85")
264-
}],
265-
"loop": true,
266-
"name": &"sprint",
267-
"speed": 10.0
268-
}, {
269-
"frames": [{
270-
"duration": 1.0,
271203
"texture": SubResource("AtlasTexture_qc4lu")
272204
}, {
273205
"duration": 1.0,

0 commit comments

Comments
 (0)