Skip to content

1.5.0

Compare
Choose a tag to compare
@stephenjsweeney stephenjsweeney released this 18 Dec 19:04
· 46 commits to master since this release
  • Game now renders at chosen resolution instead of scaling up from 1280 x 720
  • Added command line switch -size to allow for custom window sizes.
    • For example: -size 900x600 for a width and height of 900 x 600.
  • Minimum resolution is now 1280 x 720
  • Graphics and fonts now use texture atlases to help with performance.
  • Misc. bug fixes.