Just a little question : I executed the example "Greed" platformer. In the lower right corner there is an icon for toggling fullscreen. This works fine on Linux. On Windows 11 the window is only set to maximized but not into fullscreen.
So is it possible to use a real full screen mode under Windows?
William33 This icon is made for web pages, where the game will go fullscreen. Games packed for desktop use other options you can find in Project tab -> Rendering -> Desktop builds. They start in the screen mode you define and can be changed with the desktop catmod. And for debugging inside the engine, all this is kinda irrelevant due to the presence of a debugger window and the ct.js toolbar.
desktop
Ok, thanks for the explanation. But I exported it to the desktop, and there was still no full screen. It also does not answer the question, why full screen works under Linux but not under Windows. I guess it just works differently.
Because that maximize button in the Greed example is for web pages, and the example was not designed for desktop builds.