44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://m2krhoy4a3g1"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_h4klk"]
|
|
[ext_resource type="Resource" uid="uid://c1ekp4hsru45k" path="res://NPCs/Faire/OnyanCat/OnyanCat.dialogue" id="2_e6blw"]
|
|
[ext_resource type="Texture2D" uid="uid://da8btfaavwu3q" path="res://NPCs/Faire/OnyanCat/OnyanCat1.png" id="2_qqxfp"]
|
|
[ext_resource type="Texture2D" uid="uid://btt1g1w7sn35f" path="res://NPCs/Faire/OnyanCat/OnyanCat2.png" id="3_yj8c4"]
|
|
[ext_resource type="Script" path="res://Utils/PlayOnReady.gd" id="4_px3ke"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_yf831"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_qqxfp")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_yj8c4")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 1.4
|
|
}]
|
|
|
|
[node name="OnyanCat" instance=ExtResource("1_h4klk")]
|
|
dialogueResource = ExtResource("2_e6blw")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
position = Vector2(6, -9)
|
|
sprite_frames = SubResource("SpriteFrames_yf831")
|
|
frame_progress = 0.69081
|
|
script = ExtResource("4_px3ke")
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -22.0
|
|
offset_top = -45.0
|
|
offset_right = 23.0
|
|
offset_bottom = 6.0
|
|
|
|
[node name="CollisionShape2D" parent="." index="3"]
|
|
disabled = true
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|