50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://6427y8sddblw"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_nh0ii"]
|
|
[ext_resource type="Script" path="res://NPCs/ComingSoonCat/ComingSoonCat.gd" id="2_ubgs1"]
|
|
[ext_resource type="Texture2D" uid="uid://dpp7gp1v0576u" path="res://NPCs/Beavers/LongingBeaver/LongingBeaver.png" id="3_yvhnj"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_ltd81"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_yvhnj")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_ew5ty"]
|
|
radius = 30.2655
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_g5tls"]
|
|
radius = 7.0
|
|
height = 64.0
|
|
|
|
[node name="LongingBeaver" instance=ExtResource("1_nh0ii")]
|
|
script = ExtResource("2_ubgs1")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
position = Vector2(8, -6)
|
|
sprite_frames = SubResource("SpriteFrames_ltd81")
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -51.0
|
|
offset_top = -27.0
|
|
offset_right = 35.0
|
|
offset_bottom = 11.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, 2)
|
|
rotation = 1.5708
|
|
shape = SubResource("CapsuleShape2D_g5tls")
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|