This commit is contained in:
2026-06-06 03:10:59 +01:00
parent 5e0f4c3914
commit 94a7afc785
19 changed files with 178 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=12 format=2]
[gd_scene load_steps=13 format=2]
[ext_resource path="res://speen.gd" type="Script" id=1]
[ext_resource path="res://beach.obj" type="ArrayMesh" id=2]
@@ -18,6 +18,8 @@ _data = {
"tilts": PoolRealArray( 0, 0, 0, 0, 0, 0 )
}
[sub_resource type="AudioStreamMicrophone" id=2]
[node name="Spatial" type="Spatial"]
[node name="island" type="MeshInstance" parent="."]
@@ -70,3 +72,13 @@ anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0, 0, 0, 1 )
script = ExtResource( 9 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = SubResource( 2 )
autoplay = true
bus = "Input"
[node name="DebugText" type="Label" parent="."]
visible = false
margin_right = 40.0
margin_bottom = 14.0