Saplings-Projects / Birthday-2024

Game project for birthday in 2024 : a puzzle game where you must fit the pieces on the space you have
GNU General Public License v3.0
1 stars 6 forks source link

Regular Fullscreen instead of Exclusive Fullscreen #173

Closed Mikotey closed 5 months ago

Mikotey commented 5 months ago

Description

I have a suspicion that some of the weirdness when first launching the game is due to Exclusive Fullscreen. Since it takes control of the screen and interacts with the gpu. This changes the fullscreen option to Godot's regular fullscreen mode.

Additionally, fullscreen mode and borderless windowed are effectively the same as far as Godot is concerned, so I removed borderless windowed as an option.

List of changes

Additional notes

As far as I can tell, Exclusive Fullscreen is not commonly used anymore. People seem to encounter more issues when using Exclusive Fullscreen in general (in all forms of game development). Nothing seems definitive, but I figure we can apply this change and see if the problems still occur after more playtesting