59 lines
2.2 KiB
Plaintext
59 lines
2.2 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://cf08dyn8ive8t"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_ltrrw"]
|
|
[ext_resource type="PackedScene" uid="uid://m2krhoy4a3g1" path="res://NPCs/Faire/OnyanCat/onyan_cat.tscn" id="2_sckdo"]
|
|
[ext_resource type="Texture2D" uid="uid://dco108vd77gsg" path="res://Objects/Faire/OnyanStand/OnyanStand.png" id="2_wty0v"]
|
|
[ext_resource type="Texture2D" uid="uid://ce6vsieckjffh" path="res://NPCs/Faire/OnyanCat/OnyanCatPaws.png" id="4_2gtck"]
|
|
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="5_k7hx0"]
|
|
[ext_resource type="PackedScene" uid="uid://dkcbmgfe3yk6y" path="res://Interactions/Shopping/ShopHaver.tscn" id="6_ycoud"]
|
|
[ext_resource type="Script" path="res://Objects/Faire/OnyanStand/OnyanShop.gd" id="7_dox8a"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_n24vl"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_wty0v")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_mvo3a"]
|
|
radius = 97.0206
|
|
|
|
[node name="OnyanStand" instance=ExtResource("1_ltrrw")]
|
|
|
|
[node name="OnyanCat" parent="." index="0" instance=ExtResource("2_sckdo")]
|
|
position = Vector2(100, -44)
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="1"]
|
|
position = Vector2(1, -145)
|
|
sprite_frames = SubResource("SpriteFrames_n24vl")
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(-179, -6, 189, -8, 190, 8, -179, 7)
|
|
|
|
[node name="OnyanCatPaws" type="Sprite2D" parent="." index="3"]
|
|
position = Vector2(96, -43)
|
|
texture = ExtResource("4_2gtck")
|
|
|
|
[node name="Interactable" parent="." index="4" instance=ExtResource("5_k7hx0")]
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -128.0
|
|
offset_top = -96.0
|
|
offset_right = -38.0
|
|
offset_bottom = -62.0
|
|
|
|
[node name="ShopHaver" parent="." index="5" instance=ExtResource("6_ycoud")]
|
|
script = ExtResource("7_dox8a")
|
|
|
|
[node name="CollisionShape2D" parent="ShopHaver/InteractionArea" index="0"]
|
|
position = Vector2(-39, -75)
|
|
shape = SubResource("CircleShape2D_mvo3a")
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="ShopHaver"]
|