Moving in and out from levels, WIP level mirroring, moloch, add d.gz to savedmaps

This commit is contained in:
Regalis
2015-07-10 12:55:26 +03:00
parent 257835e609
commit d4c308003b
19 changed files with 241 additions and 101 deletions
+11
View File
@@ -26,6 +26,17 @@ namespace Subsurface
private Location currentLocation;
private Location selectedLocation;
public Location CurrentLocation
{
get { return currentLocation; }
}
public Location SelectedLocation
{
get { return selectedLocation; }
}
public Map(int seed, int size)
{
this.seed = seed;