1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2025-02-04 12:28:35 +00:00

Load options on OptionController _ready(), so they will be available before options menu opens. Disable debug printout on loading scene using main bus signal. Cleanup formatting on Debug 'call' command output.

This commit is contained in:
2021-10-31 19:21:23 -05:00
parent c83e10668c
commit 29f643de20
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ var mus_vol = 100
var sfx_vol = 100
func _ready():
pass
load_options()
# Setters
func set_theme(theme_name):