Add more removal options

- remove flowers
- remove shells
- remove branches

Closes #163

rename plazaX/Y to match internal field name
This commit is contained in:
Kurt
2020-05-05 17:17:59 -07:00
parent a3357c27c5
commit 203a7c1627
7 changed files with 73 additions and 20 deletions

View File

@@ -28,8 +28,8 @@ public MapTerrainStructure(MainSave sav)
{
Terrain = new TerrainManager(sav.GetTerrainTiles());
Buildings = sav.Buildings;
PlazaX = sav.PlazaX;
PlazaY = sav.PlazaY;
PlazaX = sav.EventPlazaLeftUpX;
PlazaY = sav.EventPlazaLeftUpZ;
}
}
}