diff options
Diffstat (limited to 'game/shared/characters/ali_animation.tres')
-rw-r--r-- | game/shared/characters/ali_animation.tres | 41 |
1 files changed, 10 insertions, 31 deletions
diff --git a/game/shared/characters/ali_animation.tres b/game/shared/characters/ali_animation.tres index 120bcb2..bee3518 100644 --- a/game/shared/characters/ali_animation.tres +++ b/game/shared/characters/ali_animation.tres @@ -1,39 +1,24 @@ -[gd_resource type="SpriteFrames" load_steps=8 format=3 uid="uid://dbwmqcig0qbw8"] +[gd_resource type="SpriteFrames" load_steps=5 format=3 uid="uid://dbwmqcig0qbw8"] [ext_resource type="Texture2D" uid="uid://6v31vl2mxbvb" path="res://game/shared/assets/namoradinha_sheet.png" id="1_vq20n"] -[sub_resource type="AtlasTexture" id="AtlasTexture_qpq8l"] +[sub_resource type="AtlasTexture" id="AtlasTexture_4xugm"] atlas = ExtResource("1_vq20n") -region = Rect2(0, 1792, 256, 256) +region = Rect2(0, 2048, 512, 512) -[sub_resource type="AtlasTexture" id="AtlasTexture_ypmie"] +[sub_resource type="AtlasTexture" id="AtlasTexture_pyiyo"] atlas = ExtResource("1_vq20n") -region = Rect2(256, 1792, 256, 256) +region = Rect2(512, 2048, 512, 512) -[sub_resource type="AtlasTexture" id="AtlasTexture_qd2d6"] +[sub_resource type="AtlasTexture" id="AtlasTexture_6bqkb"] atlas = ExtResource("1_vq20n") -region = Rect2(512, 1792, 256, 256) - -[sub_resource type="AtlasTexture" id="AtlasTexture_5ypmp"] -atlas = ExtResource("1_vq20n") -region = Rect2(0, 2048, 256, 256) - -[sub_resource type="AtlasTexture" id="AtlasTexture_v55fk"] -atlas = ExtResource("1_vq20n") -region = Rect2(256, 2048, 256, 256) - -[sub_resource type="AtlasTexture" id="AtlasTexture_l7hi7"] -atlas = ExtResource("1_vq20n") -region = Rect2(512, 2048, 256, 256) +region = Rect2(1024, 2048, 512, 512) [resource] animations = [{ "frames": [{ "duration": 1.0, -"texture": SubResource("AtlasTexture_qpq8l") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ypmie") +"texture": SubResource("AtlasTexture_4xugm") }], "loop": true, "name": &"default", @@ -41,10 +26,7 @@ animations = [{ }, { "frames": [{ "duration": 1.0, -"texture": SubResource("AtlasTexture_qd2d6") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_5ypmp") +"texture": SubResource("AtlasTexture_pyiyo") }], "loop": true, "name": &"happy", @@ -52,10 +34,7 @@ animations = [{ }, { "frames": [{ "duration": 1.0, -"texture": SubResource("AtlasTexture_v55fk") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_l7hi7") +"texture": SubResource("AtlasTexture_6bqkb") }], "loop": true, "name": &"mad", |