diff options
author | LAILALORYPC\laila <lailalory@gmail.com> | 2024-01-26 20:53:20 -0300 |
---|---|---|
committer | LAILALORYPC\laila <lailalory@gmail.com> | 2024-01-26 20:53:20 -0300 |
commit | 90516f3b2ab37e799baa389f3aaa985aeda07ba5 (patch) | |
tree | 5b020345fe4dabfad25bed12fa455840899dad31 | |
parent | b3f3ae2258911da08c9ba9d2fcc4cb60e667229d (diff) | |
download | gamejam-ggj-2024-90516f3b2ab37e799baa389f3aaa985aeda07ba5.tar.gz gamejam-ggj-2024-90516f3b2ab37e799baa389f3aaa985aeda07ba5.tar.bz2 gamejam-ggj-2024-90516f3b2ab37e799baa389f3aaa985aeda07ba5.zip |
sprite sheet for heart game
-rw-r--r-- | game/shared/assets/GGJ_Heart-Sheet.png | bin | 0 -> 20020 bytes | |||
-rw-r--r-- | game/shared/assets/GGJ_Heart-Sheet.png.import | 34 | ||||
-rw-r--r-- | game/shared/characters/character_animation.tscn | 260 | ||||
-rw-r--r-- | game/shared/characters/heart_animation.tres | 25 |
4 files changed, 64 insertions, 255 deletions
diff --git a/game/shared/assets/GGJ_Heart-Sheet.png b/game/shared/assets/GGJ_Heart-Sheet.png Binary files differnew file mode 100644 index 0000000..42e6216 --- /dev/null +++ b/game/shared/assets/GGJ_Heart-Sheet.png diff --git a/game/shared/assets/GGJ_Heart-Sheet.png.import b/game/shared/assets/GGJ_Heart-Sheet.png.import new file mode 100644 index 0000000..d2d8671 --- /dev/null +++ b/game/shared/assets/GGJ_Heart-Sheet.png.import @@ -0,0 +1,34 @@ +[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 8736e72..6e74c4e 100644 --- a/game/shared/characters/character_animation.tscn +++ b/game/shared/characters/character_animation.tscn @@ -1,259 +1,9 @@ -[gd_scene load_steps=30 format=3 uid="uid://k0mx61qjphst"] +[gd_scene load_steps=2 format=3 uid="uid://k0mx61qjphst"] -[ext_resource type="Texture2D" uid="uid://6v31vl2mxbvb" path="res://game/shared/assets/namoradinha_sheet.png" id="1_b402w"] - -[sub_resource type="AtlasTexture" id="AtlasTexture_6af3s"] -atlas = ExtResource("1_b402w") -region = Rect2(0, 512, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_j7ujl"] -atlas = ExtResource("1_b402w") -region = Rect2(512, 512, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_kpj3i"] -atlas = ExtResource("1_b402w") -region = Rect2(1024, 512, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_mibw3"] -atlas = ExtResource("1_b402w") -region = Rect2(0, 1024, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_qgqbf"] -atlas = ExtResource("1_b402w") -region = Rect2(512, 1024, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_rjh2i"] -atlas = ExtResource("1_b402w") -region = Rect2(1024, 1024, 512, 512) - -[sub_resource type="SpriteFrames" id="SpriteFrames_gykf5"] -animations = [{ -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_6af3s") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_j7ujl") -}], -"loop": true, -"name": &"default", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_kpj3i") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_mibw3") -}], -"loop": true, -"name": &"happy", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_qgqbf") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_rjh2i") -}], -"loop": true, -"name": &"mad", -"speed": 5.0 -}] - -[sub_resource type="AtlasTexture" id="AtlasTexture_hun5u"] -atlas = ExtResource("1_b402w") -region = Rect2(0, 1536, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_0ojse"] -atlas = ExtResource("1_b402w") -region = Rect2(512, 1536, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_f022f"] -atlas = ExtResource("1_b402w") -region = Rect2(0, 2048, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_jq2tu"] -atlas = ExtResource("1_b402w") -region = Rect2(1024, 1536, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_s0bvy"] -atlas = ExtResource("1_b402w") -region = Rect2(512, 2048, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_usu14"] -atlas = ExtResource("1_b402w") -region = Rect2(1024, 2048, 512, 512) - -[sub_resource type="SpriteFrames" id="SpriteFrames_lcfpr"] -animations = [{ -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_hun5u") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_0ojse") -}], -"loop": true, -"name": &"default", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_f022f") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_jq2tu") -}], -"loop": true, -"name": &"happy", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_s0bvy") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_usu14") -}], -"loop": true, -"name": &"mad", -"speed": 5.0 -}] - -[sub_resource type="AtlasTexture" id="AtlasTexture_qpq8l"] -atlas = ExtResource("1_b402w") -region = Rect2(0, 3584, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ypmie"] -atlas = ExtResource("1_b402w") -region = Rect2(512, 3584, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_qd2d6"] -atlas = ExtResource("1_b402w") -region = Rect2(1024, 3584, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_5ypmp"] -atlas = ExtResource("1_b402w") -region = Rect2(0, 4096, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_v55fk"] -atlas = ExtResource("1_b402w") -region = Rect2(512, 4096, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_l7hi7"] -atlas = ExtResource("1_b402w") -region = Rect2(1024, 4096, 512, 512) - -[sub_resource type="SpriteFrames" id="SpriteFrames_jp0ur"] -animations = [{ -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_qpq8l") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ypmie") -}], -"loop": true, -"name": &"default", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_qd2d6") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_5ypmp") -}], -"loop": true, -"name": &"happy", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_v55fk") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_l7hi7") -}], -"loop": true, -"name": &"mad", -"speed": 5.0 -}] - -[sub_resource type="AtlasTexture" id="AtlasTexture_f1322"] -atlas = ExtResource("1_b402w") -region = Rect2(512, 2560, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_1u7ji"] -atlas = ExtResource("1_b402w") -region = Rect2(0, 2560, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_jdkde"] -atlas = ExtResource("1_b402w") -region = Rect2(0, 3072, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_vbgla"] -atlas = ExtResource("1_b402w") -region = Rect2(1024, 2560, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_1jkyk"] -atlas = ExtResource("1_b402w") -region = Rect2(512, 3072, 512, 512) - -[sub_resource type="AtlasTexture" id="AtlasTexture_d6df1"] -atlas = ExtResource("1_b402w") -region = Rect2(1024, 3072, 512, 512) - -[sub_resource type="SpriteFrames" id="SpriteFrames_dmux4"] -animations = [{ -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_f1322") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_1u7ji") -}], -"loop": true, -"name": &"default", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_jdkde") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_vbgla") -}], -"loop": true, -"name": &"happy", -"speed": 5.0 -}, { -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_1jkyk") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_d6df1") -}], -"loop": true, -"name": &"mad", -"speed": 5.0 -}] +[ext_resource type="SpriteFrames" uid="uid://c5j2ojumuirph" path="res://game/shared/characters/heart_animation.tres" id="1_utnrb"] [node name="CharacterAnimation" type="Node2D"] -[node name="Fro_Character" type="AnimatedSprite2D" parent="."] -sprite_frames = SubResource("SpriteFrames_gykf5") - -[node name="Mi_Character" type="AnimatedSprite2D" parent="."] -sprite_frames = SubResource("SpriteFrames_lcfpr") - -[node name="Ali_Character" type="AnimatedSprite2D" parent="."] -sprite_frames = SubResource("SpriteFrames_jp0ur") -animation = &"happy" - -[node name="Kit_Character" type="AnimatedSprite2D" parent="."] -sprite_frames = SubResource("SpriteFrames_dmux4") -animation = &"happy" +[node name="Character" type="AnimatedSprite2D" parent="."] +sprite_frames = ExtResource("1_utnrb") +frame_progress = 0.924904 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 +}] |