Files
MonoGame.Extended/Source/MonoGame.Extended.Tiled/TiledMapOrientation.cs
T
Lucas Girouard-StranksandDylan Wilson 9e359fb750 Tiled Rework (#331)
* Tiled Rework

* fix failing tests

* really fix failing tests
2017-01-18 20:46:38 +10:00

9 lines
145 B
C#

namespace MonoGame.Extended.Tiled
{
public enum TiledMapOrientation
{
Orthogonal,
Isometric,
Staggered
}
}