Commit before damnger
This commit is contained in:
parent
fe1eb58626
commit
14f0200b50
101 changed files with 8087 additions and 15 deletions
13
Demo/example.tscn
Normal file
13
Demo/example.tscn
Normal file
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://cacmio2fg7klb"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cpp7g0af4m0ed" path="res://AudioMixerVisualizer/AudioDebugVisualizer.tscn" id="1"]
|
||||
[ext_resource type="AudioStream" uid="uid://bvpyheijtxjes" path="res://Demo/example.wav" id="2"]
|
||||
|
||||
[node name="Node3D" type="Node3D"]
|
||||
|
||||
[node name="AudioDebugVisualizer" parent="." instance=ExtResource("1")]
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("2")
|
||||
autoplay = true
|
||||
bus = &"Example Bus"
|
Loading…
Add table
Add a link
Reference in a new issue