63 lines
1.8 KiB
Plaintext
63 lines
1.8 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://ch786b3mdbxld"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_n3mwl"]
|
|
[ext_resource type="Script" path="res://NPCs/Beach/Ambrose/Ambrose.gd" id="2_bufsh"]
|
|
[ext_resource type="Texture2D" uid="uid://cm078afincttk" path="res://NPCs/Beach/Ambrose/Ambrose.png" id="3_66xfq"]
|
|
[ext_resource type="Texture2D" uid="uid://bh5y3lcrdavrs" path="res://NPCs/Beach/Ambrose/Blanket.png" id="4_1d11h"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_82e8e"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_66xfq")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_wndef"]
|
|
radius = 24.0208
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_d1c1k"]
|
|
radius = 8.0
|
|
height = 46.0
|
|
|
|
[node name="Ambrose" instance=ExtResource("1_n3mwl")]
|
|
script = ExtResource("2_bufsh")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
position = Vector2(6, -26)
|
|
sprite_frames = SubResource("SpriteFrames_82e8e")
|
|
|
|
[node name="Interactable" parent="." index="1"]
|
|
position = Vector2(0, -43)
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -27.0
|
|
offset_top = -25.0
|
|
offset_right = 26.0
|
|
offset_bottom = 60.0
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="Talkable" parent="." index="2"]
|
|
position = Vector2(1, -15)
|
|
|
|
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
|
position = Vector2(-1, 13)
|
|
shape = SubResource("CircleShape2D_wndef")
|
|
|
|
[node name="CollisionShape2D" parent="." index="3"]
|
|
position = Vector2(1, 7)
|
|
rotation = 1.5708
|
|
shape = SubResource("CapsuleShape2D_d1c1k")
|
|
|
|
[node name="Blanket" type="Sprite2D" parent="." index="4"]
|
|
z_index = -1
|
|
position = Vector2(-34, 8)
|
|
texture = ExtResource("4_1d11h")
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|