This repository has been archived on 2023-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
trashsort/scripts/mainMenuLoadout.gd
2020-11-01 00:59:39 +03:00

6 lines
96 B
GDScript

extends Node
func _ready():
$sound.stream = load("res://sounds/menuMusic.ogg")
$sound.play()