Show More
Commit Description:
Use Game.Exit()....
Commit Description:
Use Game.Exit(). Using System.Exit() within Encompass classes causes a segfault. On Windows, the game would hang when quitting.
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/src/GlyphInfo.cs
8 lines | 147 B | text/x-csharp | CSharpLexer
Early working version (including all dependencies, lol).
r0 namespace SpriteFontPlus
{
public struct GlyphInfo
{
public int X, Y, Width, Height;
public int XOffset, YOffset;
public int XAdvance;
}
}