EHEHE silly oversight. fullscreen works again

This commit is contained in:
Haze Weathers 2024-07-07 15:08:56 -04:00
parent 198c669b41
commit 6888ae2189

View file

@ -50,7 +50,7 @@ func _ready() -> void:
func _unhandled_input(event: InputEvent) -> void:
if Debug.entry == false:
if event.is_action_pressed("fullscreen"):
_set_fullscreen(!fullscreen)
OS.window_fullscreen = not OS.window_fullscreen
func load_options() -> void:
var file = ConfigFile.new()