mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
12 lines
330 B
Plaintext
12 lines
330 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://show_spectrum.gd" type="Script" id=1]
|
|
[ext_resource path="res://maldita.ogg" type="AudioStream" id=2]
|
|
|
|
[node name="ShowSpectrum" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Player" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource( 2 )
|
|
autoplay = true
|