Initial commit
This commit is contained in:
5
scripts/mainMenuLoadout.gd
Normal file
5
scripts/mainMenuLoadout.gd
Normal file
@ -0,0 +1,5 @@
|
||||
extends Node
|
||||
|
||||
func _ready():
|
||||
$sound.stream = load("res://sounds/menuMusic.ogg")
|
||||
$sound.play()
|
Reference in New Issue
Block a user