Godot Version
4.4
Question
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.
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)
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:
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.