generalize rough cursor to be customizable for any terrain type

This commit is contained in:
Chris Forbes
2012-07-01 12:47:28 +12:00
parent 63d21eac8c
commit f2ab8a8541
3 changed files with 7 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ namespace OpenRA.FileFormats
public string[] AcceptsSmudgeType = { };
public bool IsWater = false;
public Color Color;
public string CustomCursor;
public TerrainTypeInfo() {}
public TerrainTypeInfo(MiniYaml my) { FieldLoader.Load(this, my); }