#1108 changed BuildingInfo.WaterBound to a list of terraintypes. makes it possible to have buildings with custom terrain requirements

This commit is contained in:
Chris Forbes
2011-08-16 18:42:05 +12:00
parent 55ec88316a
commit 67b4ef3084
15 changed files with 27 additions and 84 deletions

View File

@@ -147,7 +147,6 @@ namespace OpenRA.TilesetBuilder
var terraintype = new TerrainTypeInfo()
{
Type = "Clear",
Buildable = true,
AcceptSmudge = true,
IsWater = false,
Color = Color.White