58 lines
1.9 KiB
Plaintext
58 lines
1.9 KiB
Plaintext
[gd_scene load_steps=9 format=3 uid="uid://32g7q3k8ahub"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://daohiov27vwu3" path="res://NPCs/Seagulls/Seagull.tscn" id="1_mtt7n"]
|
|
[ext_resource type="Texture2D" uid="uid://deviv3hr1mftf" path="res://NPCs/Seagulls/Red/Sprites/gullancomf1.png" id="2_rrpns"]
|
|
[ext_resource type="Texture2D" uid="uid://bj3g0vjygsmgc" path="res://NPCs/Seagulls/Red/Sprites/gullancomf2.png" id="3_80bgo"]
|
|
[ext_resource type="Texture2D" uid="uid://ubq34m8mauxx" path="res://NPCs/Seagulls/Red/Sprites/gullancomf3.png" id="4_dfjjq"]
|
|
[ext_resource type="Texture2D" uid="uid://bgi3acp6e203u" path="res://NPCs/Seagulls/Red/Sprites/gullancomf4.png" id="5_efkyp"]
|
|
[ext_resource type="Texture2D" uid="uid://cn8galuywtega" path="res://NPCs/Seagulls/Red/Sprites/gullancom1.png" id="6_4fmoj"]
|
|
[ext_resource type="Texture2D" uid="uid://vukx0261s6xq" path="res://NPCs/Seagulls/Red/Sprites/gullancom2.png" id="7_kk05o"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_sbnvj"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_rrpns")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_80bgo")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_dfjjq")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_efkyp")
|
|
}],
|
|
"loop": false,
|
|
"name": &"Caw",
|
|
"speed": 20.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("6_4fmoj")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("7_kk05o")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="RedSeagull" instance=ExtResource("1_mtt7n")]
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
sprite_frames = SubResource("SpriteFrames_sbnvj")
|
|
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"]
|