alles heeft een einde

en een worst zelfs twee
This commit is contained in:
2023-02-05 01:20:37 +01:00
parent 800bf98f84
commit 21f0750a74
14 changed files with 228 additions and 54 deletions
+1 -5
View File
@@ -1,9 +1,8 @@
[gd_scene load_steps=9 format=3 uid="uid://bm3d233ul4asx"]
[gd_scene load_steps=8 format=3 uid="uid://bm3d233ul4asx"]
[ext_resource type="PackedScene" uid="uid://bgbv67hxphufl" path="res://Objects/combi.tscn" id="1_7rjc3"]
[ext_resource type="Script" path="res://Scripts/Slot.gd" id="1_ksddl"]
[ext_resource type="AudioStream" uid="uid://dr8lncxad2pwm" path="res://Audio/click.wav" id="3_pbq0q"]
[ext_resource type="AudioStream" uid="uid://ib7k6myjnajr" path="res://Audio/congratulations.ogg" id="4_aojg2"]
[sub_resource type="BoxMesh" id="BoxMesh_5jhoy"]
size = Vector3(6, 2, 1)
@@ -50,7 +49,4 @@ shape = SubResource("BoxShape3D_v83up")
[node name="Audio" type="AudioStreamPlayer" parent="Body/Knop"]
stream = ExtResource("3_pbq0q")
[node name="Congratulations" type="AudioStreamPlayer" parent="."]
stream = ExtResource("4_aojg2")
[connection signal="input_event" from="Body/Knop/StaticBody3D" to="." method="_on_static_body_3d_input_event"]
+4 -4
View File
@@ -11,8 +11,8 @@ albedo_color = Color(0, 0, 0, 1)
emission_enabled = true
emission = Color(0, 0, 0.419608, 1)
[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_chvxh"]
points = PackedVector3Array(0.980636, 2.74175, 0.2541, -1, -0.0139211, -1, -1, -0.0139211, 0.996143, 1, -0.0192875, 1, 0.996143, -0.0139211, -1, -0.968964, 2.72014, -0.2541, -0.998978, 1.7215, 0.995121, 0.995121, 1.7215, -0.998978, -0.998978, 1.7215, -0.998978, 0.995121, 1.7215, 0.995121, -0.984493, 2.74175, 0.2541, 0.965107, 2.72014, -0.2541)
[sub_resource type="BoxShape3D" id="BoxShape3D_uh5nr"]
size = Vector3(1, 3, 2)
[node name="lichtkastje" instance=ExtResource("1_je302")]
script = ExtResource("2_m7o1t")
@@ -30,8 +30,8 @@ surface_material_override/0 = SubResource("StandardMaterial3D_smcqf")
collision_layer = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="Lever/Lever" index="0"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)
shape = SubResource("ConvexPolygonShape3D_chvxh")
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.33084, 0)
shape = SubResource("BoxShape3D_uh5nr")
[connection signal="input_event" from="Lock/Lock" to="." method="_on_lock_input_event"]
[connection signal="input_event" from="Lever/Lever" to="." method="_on_lever_input_event"]