diff options
author | LAILALORYPC\laila <lailalory@gmail.com> | 2024-01-26 18:20:07 -0300 |
---|---|---|
committer | LAILALORYPC\laila <lailalory@gmail.com> | 2024-01-26 18:20:07 -0300 |
commit | b3f3ae2258911da08c9ba9d2fcc4cb60e667229d (patch) | |
tree | 6dfdd43c5ab775553a74b8b8cc0ed7fa5b9c8fb7 /game/shared/characters/kit_animation.tres | |
parent | a7af5251bf9654f4cb9d7754201a58b9029e5b13 (diff) | |
download | gamejam-ggj-2024-b3f3ae2258911da08c9ba9d2fcc4cb60e667229d.tar.gz gamejam-ggj-2024-b3f3ae2258911da08c9ba9d2fcc4cb60e667229d.tar.bz2 gamejam-ggj-2024-b3f3ae2258911da08c9ba9d2fcc4cb60e667229d.zip |
character animation set as resources
Diffstat (limited to 'game/shared/characters/kit_animation.tres')
-rw-r--r-- | game/shared/characters/kit_animation.tres | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/game/shared/characters/kit_animation.tres b/game/shared/characters/kit_animation.tres new file mode 100644 index 0000000..b042744 --- /dev/null +++ b/game/shared/characters/kit_animation.tres @@ -0,0 +1,63 @@ +[gd_resource type="SpriteFrames" load_steps=8 format=3 uid="uid://jvyw0cu710vo"] + +[ext_resource type="Texture2D" uid="uid://6v31vl2mxbvb" path="res://game/shared/assets/namoradinha_sheet.png" id="1_84b4y"] + +[sub_resource type="AtlasTexture" id="AtlasTexture_f1322"] +atlas = ExtResource("1_84b4y") +region = Rect2(512, 2560, 512, 512) + +[sub_resource type="AtlasTexture" id="AtlasTexture_1u7ji"] +atlas = ExtResource("1_84b4y") +region = Rect2(0, 2560, 512, 512) + +[sub_resource type="AtlasTexture" id="AtlasTexture_jdkde"] +atlas = ExtResource("1_84b4y") +region = Rect2(0, 3072, 512, 512) + +[sub_resource type="AtlasTexture" id="AtlasTexture_vbgla"] +atlas = ExtResource("1_84b4y") +region = Rect2(1024, 2560, 512, 512) + +[sub_resource type="AtlasTexture" id="AtlasTexture_1jkyk"] +atlas = ExtResource("1_84b4y") +region = Rect2(512, 3072, 512, 512) + +[sub_resource type="AtlasTexture" id="AtlasTexture_d6df1"] +atlas = ExtResource("1_84b4y") +region = Rect2(1024, 3072, 512, 512) + +[resource] +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 +}] |