feat: created animations

This commit is contained in:
Gerard Gascón 2025-04-12 13:39:23 +02:00
parent a3f86c015a
commit 2f60fd19d6
26 changed files with 1534 additions and 1 deletions

View file

@ -0,0 +1,119 @@
[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://b7ojkd0itqcx8"]
[ext_resource type="Texture2D" uid="uid://do2jnyp7khi61" path="res://assets/sprites/shirts/DP_tors_armadura_Anim.png" id="1_qj3ua"]
[sub_resource type="AtlasTexture" id="AtlasTexture_40ca8"]
atlas = ExtResource("1_qj3ua")
region = Rect2(0, 216, 108, 108)
[sub_resource type="AtlasTexture" id="AtlasTexture_b5s42"]
atlas = ExtResource("1_qj3ua")
region = Rect2(108, 216, 108, 108)
[sub_resource type="AtlasTexture" id="AtlasTexture_j1m1d"]
atlas = ExtResource("1_qj3ua")
region = Rect2(216, 216, 108, 108)
[sub_resource type="AtlasTexture" id="AtlasTexture_3ctjs"]
atlas = ExtResource("1_qj3ua")
region = Rect2(324, 216, 108, 108)
[sub_resource type="AtlasTexture" id="AtlasTexture_s5nje"]
atlas = ExtResource("1_qj3ua")
region = Rect2(0, 0, 108, 108)
[sub_resource type="AtlasTexture" id="AtlasTexture_8brq5"]
atlas = ExtResource("1_qj3ua")
region = Rect2(108, 0, 108, 108)
[sub_resource type="AtlasTexture" id="AtlasTexture_2tcdn"]
atlas = ExtResource("1_qj3ua")
region = Rect2(216, 0, 108, 108)
[sub_resource type="AtlasTexture" id="AtlasTexture_dlxxp"]
atlas = ExtResource("1_qj3ua")
region = Rect2(324, 0, 108, 108)
[sub_resource type="AtlasTexture" id="AtlasTexture_526hu"]
atlas = ExtResource("1_qj3ua")
region = Rect2(432, 0, 108, 108)
[sub_resource type="AtlasTexture" id="AtlasTexture_5b44k"]
atlas = ExtResource("1_qj3ua")
region = Rect2(540, 0, 108, 108)
[sub_resource type="AtlasTexture" id="AtlasTexture_q6nmq"]
atlas = ExtResource("1_qj3ua")
region = Rect2(0, 108, 108, 108)
[sub_resource type="AtlasTexture" id="AtlasTexture_cbwm1"]
atlas = ExtResource("1_qj3ua")
region = Rect2(108, 108, 108, 108)
[sub_resource type="AtlasTexture" id="AtlasTexture_dvtad"]
atlas = ExtResource("1_qj3ua")
region = Rect2(216, 108, 108, 108)
[sub_resource type="AtlasTexture" id="AtlasTexture_r3tgl"]
atlas = ExtResource("1_qj3ua")
region = Rect2(324, 108, 108, 108)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_40ca8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_b5s42")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_j1m1d")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_3ctjs")
}],
"loop": true,
"name": &"fly",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_s5nje")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_8brq5")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_2tcdn")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_dlxxp")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_526hu")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_5b44k")
}],
"loop": true,
"name": &"idle",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_q6nmq")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_cbwm1")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_dvtad")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_r3tgl")
}],
"loop": true,
"name": &"walk",
"speed": 5.0
}]