Gallery/ghost.tscn
2025-05-03 12:00:38 -06:00

146 lines
3.8 KiB
Plaintext

[gd_scene load_steps=22 format=3 uid="uid://c4wvyj1acjnlq"]
[ext_resource type="Texture2D" uid="uid://jr8dc3ddvd6t" path="res://green.png" id="1_kkpd4"]
[ext_resource type="Texture2D" uid="uid://45qmyb0ec4c8" path="res://purple.png" id="2_gx48g"]
[ext_resource type="Texture2D" uid="uid://c412kg7llxt5a" path="res://red.png" id="3_qryxo"]
[ext_resource type="Texture2D" uid="uid://7vavc6twrba7" path="res://yellow.png" id="4_c21o2"]
[sub_resource type="AtlasTexture" id="AtlasTexture_f36t2"]
atlas = ExtResource("1_kkpd4")
region = Rect2(0, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_8nu5k"]
atlas = ExtResource("1_kkpd4")
region = Rect2(128, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_ry14y"]
atlas = ExtResource("1_kkpd4")
region = Rect2(256, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_lg2r7"]
atlas = ExtResource("1_kkpd4")
region = Rect2(384, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_8n07j"]
atlas = ExtResource("2_gx48g")
region = Rect2(0, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_af5f3"]
atlas = ExtResource("2_gx48g")
region = Rect2(128, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_jmqx1"]
atlas = ExtResource("2_gx48g")
region = Rect2(256, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_f6me3"]
atlas = ExtResource("2_gx48g")
region = Rect2(384, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_q4p35"]
atlas = ExtResource("3_qryxo")
region = Rect2(0, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_38to7"]
atlas = ExtResource("3_qryxo")
region = Rect2(128, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_p8x3i"]
atlas = ExtResource("3_qryxo")
region = Rect2(256, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_m0ja0"]
atlas = ExtResource("3_qryxo")
region = Rect2(384, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_q7ak0"]
atlas = ExtResource("4_c21o2")
region = Rect2(0, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_a2242"]
atlas = ExtResource("4_c21o2")
region = Rect2(128, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_u16pc"]
atlas = ExtResource("4_c21o2")
region = Rect2(256, 0, 128, 128)
[sub_resource type="AtlasTexture" id="AtlasTexture_no5fe"]
atlas = ExtResource("4_c21o2")
region = Rect2(384, 0, 128, 128)
[sub_resource type="SpriteFrames" id="SpriteFrames_5awoc"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_f36t2")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_8nu5k")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ry14y")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_lg2r7")
}],
"loop": true,
"name": &"green",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_8n07j")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_af5f3")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_jmqx1")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_f6me3")
}],
"loop": true,
"name": &"purple",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_q4p35")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_38to7")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_p8x3i")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_m0ja0")
}],
"loop": true,
"name": &"red",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_q7ak0")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_a2242")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_u16pc")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_no5fe")
}],
"loop": true,
"name": &"yellow",
"speed": 5.0
}]
[node name="AnimatedSprite3D" type="AnimatedSprite3D"]
sprite_frames = SubResource("SpriteFrames_5awoc")
animation = &"yellow"