Rename MapGridType.Diamond to MapGridType.RectangularIsometric
This commit is contained in:
@@ -46,7 +46,7 @@ namespace OpenRA
|
||||
if (gridType == MapGridType.Rectangular)
|
||||
return new CPos(U, V);
|
||||
|
||||
// Convert from rectangular map position to diamond cell position
|
||||
// Convert from rectangular map position to RectangularIsometric cell position
|
||||
// - The staggered rows make this fiddly (hint: draw a diagram!)
|
||||
// (a) Consider the relationships:
|
||||
// - +1u (even -> odd) adds (1, -1) to (x, y)
|
||||
|
||||
Reference in New Issue
Block a user