-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Terminal Settings Not Saving #35631
Comments
Same issue on android build 9221. And the game screen shrink to a tiny box on the corner of my phone. |
Can confirm all of this so far as on build 9621 for android. I was hoping I didn't have to edit the file but I guess that's the workaround for now. Tiny screen problem is dependent on exiting a seperately displayed menu (options, new game, world creation etc.) and going back to the title screen. Makes sense to say it's definitely using those default resolutions, but not stretching to fit the screen. |
game_ui::init_ui() is doing much more than redrawing. Discard handle_redraw(). Fixes CleverRaven#35631.
yeah, i found the same problem guys. we only have one dev for the whole mobile platform,so it's must be hard to dealt with |
Describe the bug
The terminal settings (in Settings > Graphics) do not save. They also do not offer the option to save unless you also change something else -- but still does not save the terminal settings.
That said, resizing the window itself works, as does setting it to fullscreen and windowed borderless.
Steps To Reproduce
Steps to reproduce the behavior:
1: Start game
2: Choose Settings
3: Choose Options
4: Choose Graphics
5: Change anything on lines 9 and 10 (Terminal width and Terminal height)
6: Press escape to leave menu
Expected behavior
See a dialogue asking if I want to change settings. Once done, see settings applied in the options > graphics section. Once restarted, see changes take effect.
Versions and configuration
The text was updated successfully, but these errors were encountered: