Encore-Developers / Encore

A 4 and 5 lane rhythm game with taps and lifts.
https://discord.gg/GhkgVUAC9v
MIT License
45 stars 13 forks source link

Removing the "fullscreen" button broke steam deck usability #3

Closed jnackmclain closed 5 months ago

jnackmclain commented 5 months ago

When running via game mode, the title bar of the application is not visible, so you cannot maximize the window. Meaning the window is taking up only a portion of the already low resolution steam deck screen. Understandably, the ui does not properly scale this low, leading to the game being cumbersome to navigate and play in game mode.

jnackmclain commented 5 months ago

Sorry, should have mentioned this was tested on the latest action build. I reverted to release for now.

3drosalia commented 5 months ago

thanks for reminding me about the fullscreen button! as of writing, im working on making a simple toggle in Settings to enable/disable fullscreen, alongside setting fullscreen to the default value

it'll most likely be fixed in the next commit. ill update u on that here

3drosalia commented 5 months ago

should be fixed in commit 1b425c2!

jnackmclain commented 5 months ago

This definitely helps and works, but figure I might as well report some issues with it.

When launching the game on steam deck, you will still get a small window taking up a small amount of the screen, this time with no title bar. image

Thankfully, you can navigate to options. image

And simply pressing "apply" will actually make the game full screen. image

3drosalia commented 5 months ago

I did notice this when I tested on my own Steam Deck recently, and it seems to partially resolve itself if you force a resolution in Game Mode, if launched from there. I'd have to research this more, but I'm currently away from home.

jnackmclain commented 5 months ago

No worries, no longer a dealbreaker anymore as I can work around it.