diff options
author | Marcelo Costa <> | 2024-01-26 23:44:26 -0300 |
---|---|---|
committer | Marcelo Costa <> | 2024-01-26 23:44:26 -0300 |
commit | 0b787461812f2fdd5560353be83a2163cd1876e2 (patch) | |
tree | 5b020345fe4dabfad25bed12fa455840899dad31 /game/shared/characters/heart_animation.tres | |
parent | 620fba1078b9d65eaca10cf1ab90579ab70cb772 (diff) | |
download | gamejam-ggj-2024-0b787461812f2fdd5560353be83a2163cd1876e2.tar.gz gamejam-ggj-2024-0b787461812f2fdd5560353be83a2163cd1876e2.tar.bz2 gamejam-ggj-2024-0b787461812f2fdd5560353be83a2163cd1876e2.zip |
Revert "Revert "Revert "Starting HeartBreak Microgame"""
This reverts commit 620fba1078b9d65eaca10cf1ab90579ab70cb772.
Diffstat (limited to 'game/shared/characters/heart_animation.tres')
-rw-r--r-- | game/shared/characters/heart_animation.tres | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/game/shared/characters/heart_animation.tres b/game/shared/characters/heart_animation.tres new file mode 100644 index 0000000..be1cfe1 --- /dev/null +++ b/game/shared/characters/heart_animation.tres @@ -0,0 +1,25 @@ +[gd_resource type="SpriteFrames" load_steps=4 format=3 uid="uid://c5j2ojumuirph"] + +[ext_resource type="Texture2D" uid="uid://bn4ogu386cfsa" path="res://game/shared/assets/GGJ_Heart-Sheet.png" id="1_8nbnc"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_xa2t5"] +atlas = ExtResource("1_8nbnc") +region = Rect2(0, 0, 256, 256) + +[sub_resource type="AtlasTexture" id="AtlasTexture_hl0ht"] +atlas = ExtResource("1_8nbnc") +region = Rect2(256, 0, 256, 256) + +[resource] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": SubResource("AtlasTexture_xa2t5") +}, { +"duration": 1.0, +"texture": SubResource("AtlasTexture_hl0ht") +}], +"loop": true, +"name": &"default", +"speed": 3.0 +}] |