summaryrefslogtreecommitdiff
path: root/game/shared
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared')
-rw-r--r--game/shared/assets/GGJ_Heart-Sheet.pngbin20020 -> 0 bytes
-rw-r--r--game/shared/assets/GGJ_Heart-Sheet.png.import34
-rw-r--r--game/shared/characters/character_animation.tscn3
-rw-r--r--game/shared/characters/heart_animation.tres25
4 files changed, 2 insertions, 60 deletions
diff --git a/game/shared/assets/GGJ_Heart-Sheet.png b/game/shared/assets/GGJ_Heart-Sheet.png
deleted file mode 100644
index 42e6216..0000000
--- a/game/shared/assets/GGJ_Heart-Sheet.png
+++ /dev/null
Binary files differ
diff --git a/game/shared/assets/GGJ_Heart-Sheet.png.import b/game/shared/assets/GGJ_Heart-Sheet.png.import
deleted file mode 100644
index d2d8671..0000000
--- a/game/shared/assets/GGJ_Heart-Sheet.png.import
+++ /dev/null
@@ -1,34 +0,0 @@
-[remap]
-
-importer="texture"
-type="CompressedTexture2D"
-uid="uid://bn4ogu386cfsa"
-path="res://.godot/imported/GGJ_Heart-Sheet.png-1b22dd03d8ebc1bb69e1fa37955fcecc.ctex"
-metadata={
-"vram_texture": false
-}
-
-[deps]
-
-source_file="res://game/shared/assets/GGJ_Heart-Sheet.png"
-dest_files=["res://.godot/imported/GGJ_Heart-Sheet.png-1b22dd03d8ebc1bb69e1fa37955fcecc.ctex"]
-
-[params]
-
-compress/mode=0
-compress/high_quality=false
-compress/lossy_quality=0.7
-compress/hdr_compression=1
-compress/normal_map=0
-compress/channel_pack=0
-mipmaps/generate=false
-mipmaps/limit=-1
-roughness/mode=0
-roughness/src_normal=""
-process/fix_alpha_border=true
-process/premult_alpha=false
-process/normal_map_invert_y=false
-process/hdr_as_srgb=false
-process/hdr_clamp_exposure=false
-process/size_limit=0
-detect_3d/compress_to=1
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"]
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
-}]