diff options
author | Marcelo Costa <marcardion@gmail.com> | 2024-01-26 23:34:36 -0300 |
---|---|---|
committer | Marcelo Costa <marcardion@gmail.com> | 2024-01-26 23:34:36 -0300 |
commit | 2fa482cf3897c02df21e2c6e5ff343f41043037e (patch) | |
tree | 59506e4d11ae681cd565d88268b23abf7036ca10 /game/shared/characters/heart_animation.tres | |
parent | 90516f3b2ab37e799baa389f3aaa985aeda07ba5 (diff) | |
download | gamejam-ggj-2024-2fa482cf3897c02df21e2c6e5ff343f41043037e.tar.gz gamejam-ggj-2024-2fa482cf3897c02df21e2c6e5ff343f41043037e.tar.bz2 gamejam-ggj-2024-2fa482cf3897c02df21e2c6e5ff343f41043037e.zip |
Starting HeartBreak Microgame
Diffstat (limited to 'game/shared/characters/heart_animation.tres')
-rw-r--r-- | game/shared/characters/heart_animation.tres | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/game/shared/characters/heart_animation.tres b/game/shared/characters/heart_animation.tres deleted file mode 100644 index be1cfe1..0000000 --- a/game/shared/characters/heart_animation.tres +++ /dev/null @@ -1,25 +0,0 @@ -[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 -}] |