Cow_Life_Sim_RPG/Objects/Museum/GiftShop/GiftShopShop.tscn

51 lines
1.5 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://dtjrgbmqml0i0"]
[ext_resource type="PackedScene" uid="uid://xiad8cmbm2ic" path="res://Objects/Shop/shop.tscn" id="1_jj6qm"]
[ext_resource type="Texture2D" uid="uid://dm8816sxt0nsd" path="res://Objects/Museum/GiftShop/GiftShopShop.png" id="2_i3n84"]
[ext_resource type="Script" path="res://Objects/Museum/GiftShop/GiftShopShop.gd" id="3_8fv43"]
[sub_resource type="SpriteFrames" id="SpriteFrames_mgb67"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_i3n84")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[node name="GiftShopShop" instance=ExtResource("1_jj6qm")]
[node name="Interactable" parent="." index="0"]
position = Vector2(-0.499999, -109)
[node name="Panel" parent="Interactable" index="1"]
offset_left = -18.8
offset_top = 26.9
offset_right = 21.2
offset_bottom = 56.9
metadata/_edit_use_anchors_ = true
[node name="AnimatedSprite2D" parent="." index="1"]
position = Vector2(0.700001, -66.1)
scale = Vector2(0.6, 0.6)
sprite_frames = SubResource("SpriteFrames_mgb67")
[node name="StaticBody2D" parent="." index="2"]
position = Vector2(-0.499999, -109)
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
visible = false
[node name="ShopHaver" parent="." index="3"]
position = Vector2(-0.499999, -109)
script = ExtResource("3_8fv43")
[node name="CollisionShape2D" parent="ShopHaver/InteractionArea" index="0"]
position = Vector2(1.2, 40.9)
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]
[editable path="ShopHaver"]