Show More
Commit Description:
Tweak odds of tree spawning....
Commit Description:
Tweak odds of tree spawning. Reduce the odds in a preserve so it's just double the regular rate..
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/src/FontStashSharp/FontAtlasNode.cs
12 lines | 199 B | text/x-csharp | CSharpLexer
Early working version (including all dependencies, lol).
r0 using System.Runtime.InteropServices;
namespace FontStashSharp
{
[StructLayout(LayoutKind.Sequential)]
internal struct FontAtlasNode
{
public int X;
public int Y;
public int Width;
}
}