Boulder-Dash-Engine icon indicating copy to clipboard operation
Boulder-Dash-Engine copied to clipboard

Fullscreen to Window (Resizable bug)

Open BeWorld2018 opened this issue 4 years ago • 1 comments

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 :

2020-07-17_08h28_16

  • menu setting at startup ?
  • save game settings ?

Thanks you very much.

BeWorld2018 avatar Jul 17 '20 06:07 BeWorld2018

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.

repelliuss avatar Jul 17 '20 13:07 repelliuss