mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
better sound effects
This commit is contained in:
parent
f2cb94d4e3
commit
5503c2d05a
146 changed files with 1189 additions and 88 deletions
10
Music/Music.tscn
Normal file
10
Music/Music.tscn
Normal file
|
@ -0,0 +1,10 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Music/Menu.ogg" type="AudioStream" id=1]
|
||||
[ext_resource path="res://Music/Music.gd" type="Script" id=2]
|
||||
|
||||
[node name="Jukebox" type="AudioStreamPlayer"]
|
||||
stream = ExtResource( 1 )
|
||||
autoplay = true
|
||||
bus = "Music"
|
||||
script = ExtResource( 2 )
|
Loading…
Add table
Add a link
Reference in a new issue