47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://dl5dp83158wu"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://doqfsp7yxools" path="res://NPCs/NPC.tscn" id="1_n0d3e"]
|
|
[ext_resource type="Script" path="res://NPCs/ComingSoonCat/ComingSoonCat.gd" id="2_rbmhq"]
|
|
[ext_resource type="Texture2D" uid="uid://bw7udfhlclnur" path="res://NPCs/ComingSoonCat/ComingSoonCat.png" id="2_tmgtl"]
|
|
[ext_resource type="Texture2D" uid="uid://ddh2rutj6vvjv" path="res://NPCs/ComingSoonCat/ComingSoonCatHat.png" id="3_i5g5n"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_w4gk4"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_i5g5n")
|
|
}],
|
|
"loop": true,
|
|
"name": &"Hat",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_tmgtl")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="ComingSoonCat" instance=ExtResource("1_n0d3e")]
|
|
script = ExtResource("2_rbmhq")
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
position = Vector2(8, -34)
|
|
sprite_frames = SubResource("SpriteFrames_w4gk4")
|
|
animation = &"Hat"
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -31.0
|
|
offset_top = -83.0
|
|
offset_right = 31.0
|
|
offset_bottom = 14.0
|
|
|
|
[node name="CollisionShape2D" parent="Talkable/InteractionArea" index="0"]
|
|
position = Vector2(0, -8)
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="Talkable"]
|