11 lines
320 B
Plaintext
11 lines
320 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://Menu/Button.wav" type="AudioStream" id=1]
|
||
|
[ext_resource path="res://Menu/UISound.gd" type="Script" id=2]
|
||
|
|
||
|
[node name="UISound" type="Node"]
|
||
|
script = ExtResource( 2 )
|
||
|
|
||
|
[node name="Button" type="AudioStreamPlayer" parent="."]
|
||
|
stream = ExtResource( 1 )
|