update
This commit is contained in:
14
main.tscn
14
main.tscn
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user