diff options
author | LAILALORYPC\laila <lailalory@gmail.com> | 2024-01-27 18:55:52 -0300 |
---|---|---|
committer | LAILALORYPC\laila <lailalory@gmail.com> | 2024-01-27 18:55:52 -0300 |
commit | c3ac8e3388c9565012145d2614e8d6f78ca8f185 (patch) | |
tree | 98c3a659b3462c683e4013b9a551f144b9109ab9 /game/shared/characters/fro_animation.tres | |
parent | f1eee5386ace8780e79bf77b0b19a38b62606960 (diff) | |
download | gamejam-ggj-2024-c3ac8e3388c9565012145d2614e8d6f78ca8f185.tar.gz gamejam-ggj-2024-c3ac8e3388c9565012145d2614e8d6f78ca8f185.tar.bz2 gamejam-ggj-2024-c3ac8e3388c9565012145d2614e8d6f78ca8f185.zip |
Audio AUUUUGH and new spritesheet
Diffstat (limited to 'game/shared/characters/fro_animation.tres')
-rw-r--r-- | game/shared/characters/fro_animation.tres | 41 |
1 files changed, 10 insertions, 31 deletions
diff --git a/game/shared/characters/fro_animation.tres b/game/shared/characters/fro_animation.tres index 13dbae7..213a59a 100644 --- a/game/shared/characters/fro_animation.tres +++ b/game/shared/characters/fro_animation.tres @@ -1,39 +1,24 @@ -[gd_resource type="SpriteFrames" load_steps=8 format=3 uid="uid://bosng2x2w205a"] +[gd_resource type="SpriteFrames" load_steps=5 format=3 uid="uid://bosng2x2w205a"] [ext_resource type="Texture2D" uid="uid://6v31vl2mxbvb" path="res://game/shared/assets/namoradinha_sheet.png" id="1_32j2i"] -[sub_resource type="AtlasTexture" id="AtlasTexture_6af3s"] +[sub_resource type="AtlasTexture" id="AtlasTexture_3x73o"] atlas = ExtResource("1_32j2i") -region = Rect2(0, 256, 256, 256) +region = Rect2(0, 512, 512, 512) -[sub_resource type="AtlasTexture" id="AtlasTexture_j7ujl"] +[sub_resource type="AtlasTexture" id="AtlasTexture_ex4qb"] atlas = ExtResource("1_32j2i") -region = Rect2(256, 256, 256, 256) +region = Rect2(512, 512, 512, 512) -[sub_resource type="AtlasTexture" id="AtlasTexture_kpj3i"] +[sub_resource type="AtlasTexture" id="AtlasTexture_b32kq"] atlas = ExtResource("1_32j2i") -region = Rect2(512, 256, 256, 256) - -[sub_resource type="AtlasTexture" id="AtlasTexture_mibw3"] -atlas = ExtResource("1_32j2i") -region = Rect2(0, 512, 256, 256) - -[sub_resource type="AtlasTexture" id="AtlasTexture_qgqbf"] -atlas = ExtResource("1_32j2i") -region = Rect2(256, 512, 256, 256) - -[sub_resource type="AtlasTexture" id="AtlasTexture_rjh2i"] -atlas = ExtResource("1_32j2i") -region = Rect2(512, 512, 256, 256) +region = Rect2(1024, 512, 512, 512) [resource] animations = [{ "frames": [{ "duration": 1.0, -"texture": SubResource("AtlasTexture_6af3s") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_j7ujl") +"texture": SubResource("AtlasTexture_3x73o") }], "loop": true, "name": &"default", @@ -41,10 +26,7 @@ animations = [{ }, { "frames": [{ "duration": 1.0, -"texture": SubResource("AtlasTexture_kpj3i") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_mibw3") +"texture": SubResource("AtlasTexture_ex4qb") }], "loop": true, "name": &"happy", @@ -52,10 +34,7 @@ animations = [{ }, { "frames": [{ "duration": 1.0, -"texture": SubResource("AtlasTexture_qgqbf") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_rjh2i") +"texture": SubResource("AtlasTexture_b32kq") }], "loop": true, "name": &"mad", |