SGE Game Engine - News
SGE 1.5.1 Released
Item posted by Layla Marchant <onpon4> on Wed 19 Jul 2017 08:20:36 PM UTC.
Yesterday, I finally got around to submitting a hook for uniseg to PyInstaller, and I also finalized the 1.5.1 release of the Pygame SGE. The differences compared to version 1.5 are:
- Uniseg is now an optional dependency.
- The way fonts are handled has been tweaked. The previous attempt to alias common fonts has been removed, and the default font has been changed from the Pygame default to an assortment of monospace fonts, so Pygame's default font is only ever used as an absolute last resort. (The reason I wanted to do this in particular is because attempting to use the default Pygame font with PyInstaller crashes the game, and I wasn't able to figure out why. But the monospace fonts are a better default choice in my opinion anyway.)
Powered by Savane 3.14-8aba.
Corresponding source code