This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-18 21:57:03 -07:00
parent a9efa66b09
commit b2553b4cf2
2 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,7 @@ func _ready():
$VersionLabel.text = "Pneumatic Plaything v%s" % ProjectSettings.get_setting("application/config/version")
var selectedBG = GlobalVariables.background_index[randi() % GlobalVariables.background_index.size()]
$BackgroundImage.set_texture(load(selectedBG))
$Buttons/EditorButton.grab_focus()
$Buttons/FreeRoamButton.grab_focus()
GlobalVariables.loadConfig()
$SettingsScreen/DialogPanel/GraphicsPanel/FOVSlider.value = GlobalVariables.FOV