Cow_Life_Sim_RPG/Objects/Beach/SnakShakShop/SnakShakShop.tscn

54 lines
1.6 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://cup1y7p6feev4"]
[ext_resource type="PackedScene" uid="uid://xiad8cmbm2ic" path="res://Objects/Shop/shop.tscn" id="1_w3s3j"]
[ext_resource type="Texture2D" uid="uid://d2qjxfhpk2bvv" path="res://Objects/Beach/SnakShakShop/SnakShakMenu.png" id="2_8vku2"]
[ext_resource type="Script" path="res://Objects/Beach/SnakShakShop/SnakShakShop.gd" id="3_h4jqd"]
[sub_resource type="SpriteFrames" id="SpriteFrames_xlku4"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_8vku2")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="CircleShape2D" id="CircleShape2D_l4b32"]
radius = 13.3454
[node name="SnakShakShop" instance=ExtResource("1_w3s3j")]
[node name="Interactable" parent="." index="0"]
position = Vector2(-0.7, -97)
[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.5, -54.1)
sprite_frames = SubResource("SpriteFrames_xlku4")
[node name="StaticBody2D" parent="." index="2"]
position = Vector2(-0.7, -97)
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
visible = false
[node name="ShopHaver" parent="." index="3"]
position = Vector2(-0.7, -97)
script = ExtResource("3_h4jqd")
[node name="CollisionShape2D" parent="ShopHaver/InteractionArea" index="0"]
position = Vector2(1.2, 40.9)
shape = SubResource("CircleShape2D_l4b32")
[editable path="Interactable"]
[editable path="Interactable/ActionMenu"]
[editable path="ShopHaver"]