58 lines
1.9 KiB
Plaintext
58 lines
1.9 KiB
Plaintext
[gd_scene load_steps=9 format=3 uid="uid://dwxpvnno5kxds"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://daohiov27vwu3" path="res://NPCs/Seagulls/Seagull.tscn" id="1_pronj"]
|
|
[ext_resource type="Texture2D" uid="uid://brhn3e4qpfe5g" path="res://NPCs/Seagulls/Pink/Sprites/gullqueerf1.png" id="2_gts5f"]
|
|
[ext_resource type="Texture2D" uid="uid://cunkhmsdh2b3k" path="res://NPCs/Seagulls/Pink/Sprites/gullqueerf2.png" id="3_kaxum"]
|
|
[ext_resource type="Texture2D" uid="uid://bv4q3icd6o8ke" path="res://NPCs/Seagulls/Pink/Sprites/gullqueerf3.png" id="4_gihgs"]
|
|
[ext_resource type="Texture2D" uid="uid://cgo28deumhydg" path="res://NPCs/Seagulls/Pink/Sprites/gullqueerf4.png" id="5_kxvro"]
|
|
[ext_resource type="Texture2D" uid="uid://cfmbtvgsc5vqi" path="res://NPCs/Seagulls/Pink/Sprites/gullanqueer1.png" id="6_miiqg"]
|
|
[ext_resource type="Texture2D" uid="uid://c4x0gvqaf0cas" path="res://NPCs/Seagulls/Pink/Sprites/gullanqueer2.png" id="7_yt3xp"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_it4s2"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_gts5f")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_kaxum")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_gihgs")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_kxvro")
|
|
}],
|
|
"loop": false,
|
|
"name": &"Caw",
|
|
"speed": 20.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("6_miiqg")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("7_yt3xp")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="PinkSeagull" instance=ExtResource("1_pronj")]
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
sprite_frames = SubResource("SpriteFrames_it4s2")
|
|
animation = &"Caw"
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -32.0
|
|
offset_top = -58.0
|
|
|
|
[node name="SeagullSounds" parent="." index="5"]
|
|
max_distance = 1000.0
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|