4.4
I would like to test my game in fullscreen, but I cannot figure out how to do it in Godot 4.4, everything’s quite a bit different… please help.
Use DisplayServer.window_set_mode(WindowMode.WINDOW_MODE_FULLSCREEN)
DisplayServer.window_set_mode(WindowMode.WINDOW_MODE_FULLSCREEN)
Thanks! I actually found it. You just need to go to Project Settings → Display → Window → Mode and set it to Exclusive Fullscreen and then to play in fullscreen you just need to uncheck the Embed Game on Next Play here: