mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
24 lines
953 B
Plaintext
24 lines
953 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://bkpnrgcfr1jgl"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://pwyskequsdls" path="res://bin.png" id="1_krl02"]
|
|
[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="BoxShape3D" id="BoxShape3D_cbvnb"]
|
|
|
|
[node name="Bin" type="StaticBody3D"]
|
|
collision_mask = 2
|
|
script = ExtResource("1_saxpo")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
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="."]
|
|
stream = ExtResource("3_lg545")
|