mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 12:23:47 +00:00
Teleporter animation
This commit is contained in:
parent
eb1d74ee63
commit
50c111ee28
10 changed files with 111 additions and 52 deletions
64
Resources/Sprites/teleporter.tres
Normal file
64
Resources/Sprites/teleporter.tres
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=9 format=3 uid="uid://w4jlaryen3we"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d3e762pxublbt" path="res://Sprites/teleporter.png" id="1_mbwvp"]
|
||||
[ext_resource type="Texture2D" uid="uid://dcrsv00yf6ylk" path="res://Sprites/Teleport_Particles.png" id="2_1w0f8"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_bxges"]
|
||||
atlas = ExtResource("1_mbwvp")
|
||||
region = Rect2(16, 0, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ylf6g"]
|
||||
atlas = ExtResource("1_mbwvp")
|
||||
region = Rect2(32, 0, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_5fbjm"]
|
||||
atlas = ExtResource("1_mbwvp")
|
||||
region = Rect2(0, 0, 16, 16)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ex07d"]
|
||||
atlas = ExtResource("2_1w0f8")
|
||||
region = Rect2(0, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_1jqq2"]
|
||||
atlas = ExtResource("2_1w0f8")
|
||||
region = Rect2(16, 0, 16, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_wbhur"]
|
||||
atlas = ExtResource("2_1w0f8")
|
||||
region = Rect2(32, 0, 16, 32)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_bxges")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ylf6g")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"Active",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_5fbjm")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"Default",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ex07d")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_1jqq2")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_wbhur")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"Teleporting",
|
||||
"speed": 5.0
|
||||
}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue