mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
10 lines
293 B
Text
10 lines
293 B
Text
[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 )
|