46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://dtwg0fhgvbr67"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_r0n3l"]
|
|
[ext_resource type="Script" path="res://NPCs/Tutorial/EllieMode/Monkey/Monkey.gd" id="2_sufov"]
|
|
[ext_resource type="Texture2D" uid="uid://dolawgltaj7h6" path="res://NPCs/Tutorial/EllieMode/Monkey/Monkey.png" id="3_efu4c"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_jdn3x"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_efu4c")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_yv3vt"]
|
|
radius = 6.0
|
|
height = 116.0
|
|
|
|
[node name="Monkey" instance=ExtResource("1_r0n3l")]
|
|
script = ExtResource("2_sufov")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
position = Vector2(35, -41)
|
|
sprite_frames = SubResource("SpriteFrames_jdn3x")
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -55.0
|
|
offset_top = -87.0
|
|
offset_right = 124.0
|
|
offset_bottom = 14.0
|
|
|
|
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
|
position = Vector2(0, -25)
|
|
|
|
[node name="CollisionShape2D" parent="." index="3"]
|
|
position = Vector2(3, 5)
|
|
rotation = 1.5708
|
|
shape = SubResource("CapsuleShape2D_yv3vt")
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|