ladekastje, nixies, vis
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
[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://cef415jpowey" path="res://Audio/bluegrass.mp3" id="3_qep0f"]
|
||||
|
||||
[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(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.39983, 0.16465, -2.32134)
|
||||
stream = ExtResource("3_qep0f")
|
||||
|
||||
[connection signal="input_event" from="Knop/Knop" to="." method="_on_knop_input_event"]
|
||||
[connection signal="finished" from="Music" to="." method="_on_music_finished"]
|
||||
Reference in New Issue
Block a user