800bf98f84
als je zo nodig moet weten wat ga je alles maar doorlezen ofzo.
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://5iw01h08cchr"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cmrvr8egnfm3m" path="res://Objects/Meshes/redherring.glb" id="1_fejfa"]
|
|
[ext_resource type="Script" path="res://Scripts/redherring.gd" id="2_cgqr1"]
|
|
[ext_resource type="AudioStream" uid="uid://5j6yfy6y1o67" path="res://Audio/vis.mp3" id="3_m84v1"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_hprjx"]
|
|
size = Vector3(0.3, 0.3, 0.3)
|
|
|
|
[node name="redherring" instance=ExtResource("1_fejfa")]
|
|
script = ExtResource("2_cgqr1")
|
|
|
|
[node name="Knop" type="StaticBody3D" parent="Knop" index="0"]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Knop/Knop" index="0"]
|
|
shape = SubResource("BoxShape3D_hprjx")
|
|
|
|
[node name="Red Herring Singing" parent="." index="4"]
|
|
visible = false
|
|
|
|
[node name="Music" type="AudioStreamPlayer3D" parent="." index="5"]
|
|
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -2.39983, 0.16465, -2.32134)
|
|
stream = ExtResource("3_m84v1")
|
|
unit_size = 1.5
|
|
attenuation_filter_db = -34.0
|
|
|
|
[connection signal="input_event" from="Knop/Knop" to="." method="_on_knop_input_event"]
|
|
[connection signal="finished" from="Music" to="." method="_on_music_finished"]
|