pegchamp/SFX/SFXPlayer.tscn

10 lines
219 B
Text
Raw Normal View History

2021-09-28 15:55:03 +00:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://SFX/SFXPlayer.gd" type="Script" id=1]
[node name="SFXPlayer" type="AudioStreamPlayer"]
volume_db = 11.0
autoplay = true
bus = "SFX"
script = ExtResource( 1 )