kichikuou / xsystem35-sdl2

Multi-platform implementation of AliceSoft's System3.x game engine.
https://kichikuou.github.io/web/
GNU General Public License v2.0
57 stars 8 forks source link

Feature request: force integer scaling, font select, backlog, pause. #38

Open Lemonov-S opened 1 year ago

Lemonov-S commented 1 year ago

Pretty much this. Don't know if all of this is possible, but it would make the game experience so much nicer.

kichikuou commented 6 months ago

force integer scaling

This has been available for a while with the -integerscale command line option, but in version 2.10.1 it's now selectable from the window menu.

font select

You can change the font using the method described in the last paragraph here. Unfortunately, it is not possible to use fonts installed in the OS.

backlog

The backlog feature is available in the browser version. There are currently no plans to offer this on other platforms. The challenge is that we have to implement the UI for each platform.

pause

What does this mean?