Show More
Commit Description:
Improve water generation....
Commit Description:
Improve water generation. ?Fix bug cause incongrous coastlines (i.e., coastline that doesn't line up with surrounding tiles). ?Randomly choose between open water tiles.
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;
}
}