feat: created animations
This commit is contained in:
parent
a3f86c015a
commit
2f60fd19d6
26 changed files with 1534 additions and 1 deletions
119
assets/animations/shirts/faixa.tres
Normal file
119
assets/animations/shirts/faixa.tres
Normal file
|
@ -0,0 +1,119 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=16 format=3 uid="uid://dp47llrsgk3c3"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ckf8ac7yfrpe8" path="res://assets/sprites/shirts/DP_tors_faixa_Anim.png" id="1_21a7t"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_38422"]
|
||||
atlas = ExtResource("1_21a7t")
|
||||
region = Rect2(0, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_2mhq4"]
|
||||
atlas = ExtResource("1_21a7t")
|
||||
region = Rect2(108, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_td7uk"]
|
||||
atlas = ExtResource("1_21a7t")
|
||||
region = Rect2(216, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_tm7qa"]
|
||||
atlas = ExtResource("1_21a7t")
|
||||
region = Rect2(324, 216, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_kut48"]
|
||||
atlas = ExtResource("1_21a7t")
|
||||
region = Rect2(0, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_8fcqq"]
|
||||
atlas = ExtResource("1_21a7t")
|
||||
region = Rect2(108, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ksbs5"]
|
||||
atlas = ExtResource("1_21a7t")
|
||||
region = Rect2(216, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_4hopx"]
|
||||
atlas = ExtResource("1_21a7t")
|
||||
region = Rect2(324, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_f06ic"]
|
||||
atlas = ExtResource("1_21a7t")
|
||||
region = Rect2(432, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_7xalm"]
|
||||
atlas = ExtResource("1_21a7t")
|
||||
region = Rect2(540, 0, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_cj6h0"]
|
||||
atlas = ExtResource("1_21a7t")
|
||||
region = Rect2(0, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_nnm3j"]
|
||||
atlas = ExtResource("1_21a7t")
|
||||
region = Rect2(108, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_fr1fj"]
|
||||
atlas = ExtResource("1_21a7t")
|
||||
region = Rect2(216, 108, 108, 108)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_xvp2b"]
|
||||
atlas = ExtResource("1_21a7t")
|
||||
region = Rect2(324, 108, 108, 108)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_38422")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_2mhq4")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_td7uk")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_tm7qa")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"fly",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_kut48")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_8fcqq")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ksbs5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_4hopx")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_f06ic")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_7xalm")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"idle",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_cj6h0")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_nnm3j")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_fr1fj")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_xvp2b")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
"speed": 5.0
|
||||
}]
|
Loading…
Add table
Add a link
Reference in a new issue