107 lines
2.8 KiB
Plaintext
107 lines
2.8 KiB
Plaintext
[gd_scene load_steps=16 format=3 uid="uid://kyeso0rrr8d2"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bitppfbusv5ru" path="res://bignose.png" id="1_x6qkt"]
|
|
[ext_resource type="Texture2D" uid="uid://d1ui584ata70r" path="res://mehgh.png" id="2_uh3t4"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_v7lsl"]
|
|
atlas = ExtResource("1_x6qkt")
|
|
region = Rect2(0, 0, 256, 256)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_54wi7"]
|
|
atlas = ExtResource("1_x6qkt")
|
|
region = Rect2(256, 0, 256, 256)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_6nudo"]
|
|
atlas = ExtResource("1_x6qkt")
|
|
region = Rect2(512, 0, 256, 256)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_dd8vx"]
|
|
atlas = ExtResource("1_x6qkt")
|
|
region = Rect2(768, 0, 256, 256)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_dd16q"]
|
|
atlas = ExtResource("1_x6qkt")
|
|
region = Rect2(1024, 0, 256, 256)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_lbo5k"]
|
|
atlas = ExtResource("1_x6qkt")
|
|
region = Rect2(1280, 0, 256, 256)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_mqjfs"]
|
|
atlas = ExtResource("1_x6qkt")
|
|
region = Rect2(1536, 0, 256, 256)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_hprn6"]
|
|
atlas = ExtResource("1_x6qkt")
|
|
region = Rect2(1792, 0, 256, 256)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_c36hq"]
|
|
atlas = ExtResource("2_uh3t4")
|
|
region = Rect2(0, 0, 128, 128)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ukuld"]
|
|
atlas = ExtResource("2_uh3t4")
|
|
region = Rect2(128, 0, 128, 128)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_tnt4i"]
|
|
atlas = ExtResource("2_uh3t4")
|
|
region = Rect2(256, 0, 128, 128)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_e6hs4"]
|
|
atlas = ExtResource("2_uh3t4")
|
|
region = Rect2(384, 0, 128, 128)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_ub1ys"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_v7lsl")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_54wi7")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_6nudo")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_dd8vx")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_dd16q")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_lbo5k")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_mqjfs")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_hprn6")
|
|
}],
|
|
"loop": true,
|
|
"name": &"big_nose",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_c36hq")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_ukuld")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_tnt4i")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_e6hs4")
|
|
}],
|
|
"loop": true,
|
|
"name": &"megh",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="head_sprites" type="AnimatedSprite3D"]
|
|
sprite_frames = SubResource("SpriteFrames_ub1ys")
|
|
animation = &"megh"
|
|
autoplay = "big_nose"
|