Blobby/src/UserInterface/Screens/MainMenu/MainScreen.gd

7 lines
184 B
GDScript

extends Control
func _ready() -> void:
$"%PlayButton".grab_focus()
GlobalAudio.play_scene_independent("res://assets/music/Shopping For The Future (LOOP).wav","Music", -17, true)