This commit is contained in:
2022-12-11 11:21:14 +01:00
parent 63f951a013
commit 5d40bd8ac0
8 changed files with 170 additions and 88 deletions

View File

@@ -4,18 +4,18 @@
[ext_resource type="Script" path="res://scripts/Modules/Bin.gd" id="1_saxpo"]
[ext_resource type="AudioStream" uid="uid://csenkrbfeeds7" path="res://Assets/Sounds/_SOUNDFX_/Muell.wav" id="3_lg545"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_0suy8"]
height = 3.84361
radius = 1.33448
[sub_resource type="BoxShape3D" id="BoxShape3D_cbvnb"]
[node name="Bin" type="StaticBody3D"]
script = ExtResource("1_saxpo")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("CylinderShape3D_0suy8")
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.447605, 0)
shape = SubResource("BoxShape3D_cbvnb")
[node name="Sprite3D" type="Sprite3D" parent="."]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 2, 0)
visible = false
texture = ExtResource("1_krl02")
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]