sync
This commit is contained in:
parent
0f8adcca8e
commit
28b9c41bbc
9 changed files with 279 additions and 48 deletions
88
ircle_portal.tres
Normal file
88
ircle_portal.tres
Normal file
|
@ -0,0 +1,88 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=13 format=3 uid="uid://dh2kuw87g8lsx"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bsgypq0rnump0" path="res://portal.png" id="1_y4vfr"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_b07j3"]
|
||||
atlas = ExtResource("1_y4vfr")
|
||||
region = Rect2(0, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_cblso"]
|
||||
atlas = ExtResource("1_y4vfr")
|
||||
region = Rect2(64, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_5yk7s"]
|
||||
atlas = ExtResource("1_y4vfr")
|
||||
region = Rect2(128, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_a65u8"]
|
||||
atlas = ExtResource("1_y4vfr")
|
||||
region = Rect2(192, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_s3j5a"]
|
||||
atlas = ExtResource("1_y4vfr")
|
||||
region = Rect2(256, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_vwlm1"]
|
||||
atlas = ExtResource("1_y4vfr")
|
||||
region = Rect2(320, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_uknb4"]
|
||||
atlas = ExtResource("1_y4vfr")
|
||||
region = Rect2(384, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_qukqn"]
|
||||
atlas = ExtResource("1_y4vfr")
|
||||
region = Rect2(448, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mvy6v"]
|
||||
atlas = ExtResource("1_y4vfr")
|
||||
region = Rect2(512, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_0aqdp"]
|
||||
atlas = ExtResource("1_y4vfr")
|
||||
region = Rect2(576, 0, 64, 64)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_0epey"]
|
||||
atlas = ExtResource("1_y4vfr")
|
||||
region = Rect2(640, 0, 64, 64)
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_b07j3")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_cblso")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_5yk7s")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_a65u8")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_s3j5a")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_vwlm1")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_uknb4")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_qukqn")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_mvy6v")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_0aqdp")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_0epey")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 10.0
|
||||
}]
|
Loading…
Add table
Add a link
Reference in a new issue