Boulder-Dash-Engine
Boulder-Dash-Engine copied to clipboard
Fullscreen to Window (Resizable bug)
Hi, good game ! thanks you
I have some(s) ideas/bugs :
- Window size 1920*1080 is very high, maybe you can open in 640x480 for older machine or more can choose in setting menu
- Bug : we have possibility to resize Windows (flag SDL_WINDOW_RESIZABLE) but render doesnt resize correctly :
- menu setting at startup ?
- save game settings ?
Thanks you very much.
I'm glad that you like it!
Window size 1920*1080 is very high, maybe you can open in 640x480 for older machine or more can choose in setting menu.
Engine* chooses the desktop resolution while fullscreen. Actually, HUD covering a big space is bigger problem on very low resolutions. It should be fine for most of the users nowadays.
Bug : we have possibility to resize Windows (flag SDL_WINDOW_RESIZABLE) but render doesnt resize correctly.
Yes, I'm aware of this. Code of GUI is very primitive. It should dynamically modify the size and position.
But I have currently no plans to fix this though, maybe in the future.