-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
protected static readonly string[] mazeMapPaths = new string[3]
{
Path.Combine("..", "..", "..", "maps", "maze512-1-6.map"),
Path.Combine("..", "..", "..", "maps", "maze512-1-2.map"),
Path.Combine("..", "..", "..", "maps", "maze512-1-9.map")
};
protected static readonly string[] scenDirs = new string[3]
{
Path.Combine("..", "..", "..", "scen", "scen-even"),
Path.Combine("..", "..", "..", "scen", "scen-random"),
Path.Combine("..", "..", "..", "scen", "scen-omri")
};
Metadata
Metadata
Assignees
Labels
No labels