mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
64 lines
1.6 KiB
Text
64 lines
1.6 KiB
Text
[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
|
|
}]
|