Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fullscreen to Window (Resizable bug) #1

Open
BeWorld2018 opened this issue Jul 17, 2020 · 1 comment
Open

Fullscreen to Window (Resizable bug) #1

BeWorld2018 opened this issue Jul 17, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@BeWorld2018
Copy link

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.

@repelliuss repelliuss added the bug Something isn't working label Jul 17, 2020
@repelliuss
Copy link
Owner

repelliuss commented Jul 17, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants