40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://cvny0mnv36wsm"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_3r8er"]
|
|
[ext_resource type="Script" path="res://NPCs/Jonald/EdgeJonald/EdgeJonald.gd" id="2_ok1yn"]
|
|
[ext_resource type="Texture2D" uid="uid://nevhel5mtr64" path="res://NPCs/Jonald/Jonald.png" id="3_5cvp7"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_xh8md"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_5cvp7")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="EdgeJonald" instance=ExtResource("1_3r8er")]
|
|
script = ExtResource("2_ok1yn")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
sprite_frames = SubResource("SpriteFrames_xh8md")
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -27.0
|
|
offset_top = -15.0
|
|
offset_right = 30.0
|
|
offset_bottom = 12.0
|
|
|
|
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
|
visible = false
|
|
|
|
[node name="CollisionShape2D" parent="." index="3"]
|
|
visible = false
|
|
disabled = true
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|