36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
[gd_scene format=3 uid="uid://bafi35xnwxe4b"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bo7ttbkhiqxh5" path="res://external_assets/Pixel Lands Interiors/furniture.png" id="1_lqnfn"]
|
|
[ext_resource type="Script" uid="uid://dqb36wev1dnlh" path="res://Assets/TrashBin/trash_bin.gd" id="1_vjixl"]
|
|
[ext_resource type="AudioStream" uid="uid://bceeptgnj71hk" path="res://Sounds/throw_awaysound.wav" id="2_pjxwe"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_pjxwe"]
|
|
radius = 9.0
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_vjixl"]
|
|
radius = 9.0
|
|
height = 24.0
|
|
|
|
[node name="TrashBin" type="StaticBody2D" unique_id=1637242378]
|
|
y_sort_enabled = true
|
|
script = ExtResource("1_vjixl")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=219534632]
|
|
texture = ExtResource("1_lqnfn")
|
|
region_enabled = true
|
|
region_rect = Rect2(304.67175, 11.849857, 14.741486, 20.383293)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1497505173]
|
|
position = Vector2(0, 3)
|
|
shape = SubResource("CircleShape2D_pjxwe")
|
|
|
|
[node name="Area2D" type="Area2D" parent="." unique_id=136444919 groups=["interactebel"]]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" unique_id=856152758]
|
|
position = Vector2(0, 1)
|
|
shape = SubResource("CapsuleShape2D_vjixl")
|
|
debug_color = Color(0.72774905, 0.23949534, 0.99999994, 0.41960785)
|
|
|
|
[node name="throw_awway_sound" type="AudioStreamPlayer" parent="." unique_id=208338130]
|
|
stream = ExtResource("2_pjxwe")
|