b3dgs / lionheart-remake

Java remake of Lionheart amiga game
https://lionheart.b3dgs.com
GNU General Public License v3.0
78 stars 7 forks source link

Add game launcher configuration #221

Closed ruthan closed 3 years ago

ruthan commented 3 years ago

Hello, game window is really tiny on highres monitors as mine. Something like simple integer filter to multiple (double/triple) application size would be nicer, later you can even add some clever graphics smoothing options..

Technically it should be quite simple for double size draw 2x2/3x3 pixels instead of every single pixel, i dont thing that you need to struggle with some in build Java inbuild zooming or drawing options.

DjThunder commented 3 years ago

Until next release, you can try this: https://github.com/b3dgs/lionheart-remake/wiki/UserManual#properties (Modify properties for custom output resolution)

DjThunder commented 3 years ago

Launcher