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