mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://generator_demo.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="AudioStreamGenerator" id=1]
|
|
|
|
[node name="Generator" type="Node"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Player" type="AudioStreamPlayer" parent="."]
|
|
stream = SubResource( 1 )
|