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/character_animation.tscn | |
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/character_animation.tscn')
-rw-r--r-- | game/shared/characters/character_animation.tscn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/game/shared/characters/character_animation.tscn b/game/shared/characters/character_animation.tscn index 6e74c4e..04ddb12 100644 --- a/game/shared/characters/character_animation.tscn +++ b/game/shared/characters/character_animation.tscn @@ -1,6 +1,7 @@ [gd_scene load_steps=2 format=3 uid="uid://k0mx61qjphst"] -[ext_resource type="SpriteFrames" uid="uid://c5j2ojumuirph" path="res://game/shared/characters/heart_animation.tres" id="1_utnrb"] +[ext_resource type="SpriteFrames" uid="uid://c5j2ojumuirph" path="res://game/microgames/heart_break/assets/heart_animation.tres" id="1_utnrb"] + [node name="CharacterAnimation" type="Node2D"] |