50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://b5rhxql3yxell"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_cly10"]
|
|
[ext_resource type="Script" path="res://NPCs/Beavers/BlissfulBeaver/BlissfulBeaver.gd" id="2_i5pex"]
|
|
[ext_resource type="Texture2D" uid="uid://cbk44prbe3mj5" path="res://NPCs/Beavers/BlissfulBeaver/BlissfulBeaver.png" id="3_x4qei"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_ltd81"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_x4qei")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_ew5ty"]
|
|
radius = 30.2655
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_221ce"]
|
|
radius = 7.0
|
|
height = 82.0
|
|
|
|
[node name="BlissfulBeaver" instance=ExtResource("1_cly10")]
|
|
script = ExtResource("2_i5pex")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
position = Vector2(-6, -7)
|
|
sprite_frames = SubResource("SpriteFrames_ltd81")
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -43.0
|
|
offset_top = -29.0
|
|
offset_right = 62.0
|
|
offset_bottom = 14.0
|
|
|
|
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
|
position = Vector2(0, -8)
|
|
shape = SubResource("CircleShape2D_ew5ty")
|
|
|
|
[node name="CollisionShape2D" parent="." index="3"]
|
|
position = Vector2(0, 3)
|
|
rotation = 1.5708
|
|
shape = SubResource("CapsuleShape2D_221ce")
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|