52 lines
1.6 KiB
Plaintext
52 lines
1.6 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://duiqe5dfjdrv8"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_ticsr"]
|
|
[ext_resource type="Script" path="res://NPCs/MuseumArea/Museum/Pterodactyl/Pterodactyl.gd" id="2_btlew"]
|
|
[ext_resource type="Texture2D" uid="uid://dyncnfv1p3a60" path="res://NPCs/MuseumArea/Museum/Pterodactyl/Pterodactyl.png" id="3_s1si6"]
|
|
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_0pb67"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_ubgyg"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_s1si6")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_dyd4r"]
|
|
radius = 99.4636
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_no6hl"]
|
|
size = Vector2(25.25, 9)
|
|
|
|
[node name="Pterodactyl" instance=ExtResource("1_ticsr")]
|
|
script = ExtResource("2_btlew")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
position = Vector2(1, -33)
|
|
sprite_frames = SubResource("SpriteFrames_ubgyg")
|
|
script = ExtResource("4_0pb67")
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -97.0
|
|
offset_top = -52.0
|
|
offset_right = 99.0
|
|
offset_bottom = -1.0
|
|
|
|
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
|
position = Vector2(0, -6)
|
|
rotation = 1.5708
|
|
shape = SubResource("CircleShape2D_dyd4r")
|
|
|
|
[node name="CollisionShape2D" parent="." index="3"]
|
|
position = Vector2(-1, -8)
|
|
shape = SubResource("RectangleShape2D_no6hl")
|
|
disabled = true
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|