Skip to content

Commit f255749

Browse files
committed
stella: Rename attack_01 to attack_02
The player scene now prefers to use attack_02 for the "repel" action. There is a fallback path, but it doesn't work correctly. Rename Stella's attack animation. #1305
1 parent f0a4185 commit f255749

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

scenes/quests/story_quests/stella/stella_player_components/stella_player.tres

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[gd_resource type="SpriteFrames" load_steps=36 format=3 uid="uid://dn0ivusgamrg3"]
22

3-
[ext_resource type="Texture2D" uid="uid://clt7i8qakhxxd" path="res://scenes/quests/story_quests/stella/stella_player_components/stella_player_attack_01.png" id="1_caovh"]
3+
[ext_resource type="Texture2D" uid="uid://clt7i8qakhxxd" path="res://scenes/quests/story_quests/stella/stella_player_components/stella_player_attack_02.png" id="1_caovh"]
44
[ext_resource type="Texture2D" uid="uid://c8yx8g48wcyx" path="res://scenes/quests/story_quests/stella/stella_player_components/stella_player_defeated.png" id="2_caxau"]
55
[ext_resource type="Texture2D" uid="uid://b5b3f8rk5ctfk" path="res://scenes/quests/story_quests/stella/stella_player_components/stella_player_idle.png" id="3_caovh"]
66
[ext_resource type="Texture2D" uid="uid://dkkq0lfjandks" path="res://scenes/quests/story_quests/stella/stella_player_components/stella_player_walk.png" id="4_caovh"]
@@ -145,7 +145,7 @@ animations = [{
145145
"texture": SubResource("AtlasTexture_c4x3s")
146146
}],
147147
"loop": true,
148-
"name": &"attack_01",
148+
"name": &"attack_02",
149149
"speed": 10.0
150150
}, {
151151
"frames": [{

scenes/quests/story_quests/stella/stella_player_components/stella_player_attack_01.png renamed to scenes/quests/story_quests/stella/stella_player_components/stella_player_attack_02.png

File renamed without changes.

scenes/quests/story_quests/stella/stella_player_components/stella_player_attack_01.png.import renamed to scenes/quests/story_quests/stella/stella_player_components/stella_player_attack_02.png.import

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
importer="texture"
44
type="CompressedTexture2D"
55
uid="uid://clt7i8qakhxxd"
6-
path="res://.godot/imported/stella_player_attack_01.png-0cdadc18cef26a93a8a4dcb956a8ca40.ctex"
6+
path="res://.godot/imported/stella_player_attack_02.png-aaaa4afb270a185813e6fbb1c5358d54.ctex"
77
metadata={
88
"vram_texture": false
99
}
1010

1111
[deps]
1212

13-
source_file="res://scenes/quests/story_quests/stella/stella_player_components/stella_player_attack_01.png"
14-
dest_files=["res://.godot/imported/stella_player_attack_01.png-0cdadc18cef26a93a8a4dcb956a8ca40.ctex"]
13+
source_file="res://scenes/quests/story_quests/stella/stella_player_components/stella_player_attack_02.png"
14+
dest_files=["res://.godot/imported/stella_player_attack_02.png-aaaa4afb270a185813e6fbb1c5358d54.ctex"]
1515

1616
[params]
1717

0 commit comments

Comments
 (0)