74 lines
2.8 KiB
Plaintext
74 lines
2.8 KiB
Plaintext
[gd_scene load_steps=11 format=3 uid="uid://burnkdrtcqvqb"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_026eg"]
|
|
[ext_resource type="Texture2D" uid="uid://bbmlkil40xcbc" path="res://MiscArt/WhiteCircle.png" id="2_1g324"]
|
|
[ext_resource type="PackedScene" uid="uid://bqibe7ha6r5ls" path="res://Interactions/Interactable/interactable.tscn" id="2_val7i"]
|
|
[ext_resource type="Script" path="res://Objects/SkillSpecific/BasketStorage/BasketStorageSpot.gd" id="2_y30aj"]
|
|
[ext_resource type="Texture2D" uid="uid://dlxnk74anrjt7" path="res://Items/Basket/BaseItem/BasketBasket.png" id="4_e7xql"]
|
|
[ext_resource type="PackedScene" uid="uid://cgp2l1mosnko" path="res://UI/BasketStorage/BasketStorageWindow.tscn" id="6_7wg5b"]
|
|
[ext_resource type="PackedScene" uid="uid://k2okvt6ol7r3" path="res://UI/BasketStorage/BasketPlacingWindow.tscn" id="6_soxlh"]
|
|
[ext_resource type="PackedScene" uid="uid://cgfdtagfd85h0" path="res://Interactions/BasketStorage/BasketStorage.tscn" id="7_qvgh0"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_lhrm8"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_1g324")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_u2rxy"]
|
|
radius = 38.2099
|
|
|
|
[node name="BasketStorageSpot" instance=ExtResource("1_026eg")]
|
|
script = ExtResource("2_y30aj")
|
|
|
|
[node name="AnimatedSprite2D" parent="." index="0"]
|
|
self_modulate = Color(0.341176, 1, 1, 0.564706)
|
|
position = Vector2(0, 23)
|
|
sprite_frames = SubResource("SpriteFrames_lhrm8")
|
|
|
|
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
|
|
polygon = PackedVector2Array(4, 30, 7, 36, -2, 33)
|
|
disabled = true
|
|
|
|
[node name="Interactable" parent="." index="2" instance=ExtResource("2_val7i")]
|
|
|
|
[node name="Panel" parent="Interactable" index="1"]
|
|
offset_left = -29.0
|
|
offset_top = -7.0
|
|
offset_right = 30.0
|
|
offset_bottom = 53.0
|
|
|
|
[node name="Nail" type="Sprite2D" parent="." index="3"]
|
|
self_modulate = Color(0.713726, 0.713726, 0.713726, 1)
|
|
scale = Vector2(0.1, 0.1)
|
|
texture = ExtResource("2_1g324")
|
|
|
|
[node name="BasketSprite" type="Sprite2D" parent="." index="4"]
|
|
unique_name_in_owner = true
|
|
position = Vector2(1, 15)
|
|
scale = Vector2(1.3, 1.3)
|
|
texture = ExtResource("4_e7xql")
|
|
|
|
[node name="BasketStorageWindow" parent="." index="5" instance=ExtResource("6_7wg5b")]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
|
|
[node name="BasketPlacingWindow" parent="." index="6" instance=ExtResource("6_soxlh")]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
|
|
[node name="BasketStorage" parent="." index="7" instance=ExtResource("7_qvgh0")]
|
|
|
|
[node name="CollisionShape2D" parent="BasketStorage/InteractionArea" index="0"]
|
|
position = Vector2(0, 23)
|
|
shape = SubResource("CircleShape2D_u2rxy")
|
|
|
|
[editable path="Interactable"]
|
|
[editable path="Interactable/ActionMenu"]
|
|
[editable path="BasketStorage"]
|