dynamic menu and menu music
This commit is contained in:
parent
1f13716d42
commit
a9efa66b09
18 changed files with 386 additions and 41 deletions
|
@ -14,6 +14,12 @@ func _ready():
|
|||
$SettingsScreen/DialogPanel/GraphicsPanel/SSAAOption.selected = GlobalVariables.ssaa
|
||||
|
||||
get_window().set_theme(load(GlobalVariables.theme_index[GlobalVariables.theme]))
|
||||
if (GlobalVariables.title_music == 1): $Music.play()
|
||||
if (GlobalVariables.title_dynamic == 1):
|
||||
$BackgroundImage.visible = false
|
||||
$DynamicBackground.visible = true
|
||||
|
||||
get_tree().set_group("lights", "shadow_enabled", GlobalVariables.shadows == 1)
|
||||
|
||||
var moddir = DirAccess.open("user://Mods")
|
||||
if moddir == null:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue