SpielBackupAlt/Menu/UISound.tscn

11 lines
320 B
Plaintext
Raw Normal View History

2024-12-26 14:54:06 +00:00
[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 )