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:
ImPlot.NET/Generated/ImPlotMarker.gen.cs
18 lines | 295 B | text/x-csharp | CSharpLexer
Include implot.
r505 namespace ImPlotNET
{
public enum ImPlotMarker
{
None = -1,
Circle = 0,
Square = 1,
Diamond = 2,
Up = 3,
Down = 4,
Left = 5,
Right = 6,
Cross = 7,
Plus = 8,
Asterisk = 9,
COUNT = 10,
}
}