diff options
Diffstat (limited to 'character/character_sprite_frames.tres')
-rw-r--r-- | character/character_sprite_frames.tres | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/character/character_sprite_frames.tres b/character/character_sprite_frames.tres index 6aa4352..0381f4a 100644 --- a/character/character_sprite_frames.tres +++ b/character/character_sprite_frames.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=29 format=3 uid="uid://cvbw222po7psr"] +[gd_resource type="SpriteFrames" load_steps=32 format=3 uid="uid://cvbw222po7psr"] [ext_resource type="Texture2D" uid="uid://d3cp58o1j55au" path="res://character/assets/character_spritesheet.png" id="1_0ukqc"] @@ -14,6 +14,18 @@ region = Rect2(20, 60, 20, 20) atlas = ExtResource("1_0ukqc") region = Rect2(40, 60, 20, 20) +[sub_resource type="AtlasTexture" id="AtlasTexture_nugvc"] +atlas = ExtResource("1_0ukqc") +region = Rect2(60, 60, 20, 20) + +[sub_resource type="AtlasTexture" id="AtlasTexture_85mcf"] +atlas = ExtResource("1_0ukqc") +region = Rect2(80, 60, 20, 20) + +[sub_resource type="AtlasTexture" id="AtlasTexture_igbcl"] +atlas = ExtResource("1_0ukqc") +region = Rect2(120, 60, 20, 20) + [sub_resource type="AtlasTexture" id="AtlasTexture_ad1cw"] atlas = ExtResource("1_0ukqc") region = Rect2(100, 40, 20, 20) @@ -121,10 +133,19 @@ animations = [{ }, { "duration": 1.0, "texture": SubResource("AtlasTexture_a33vs") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_nugvc") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_85mcf") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_igbcl") }], "loop": false, "name": &"ko", -"speed": 6.0 +"speed": 8.0 }, { "frames": [{ "duration": 1.0, |