Tilemap: support Y-flipped tiles

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1863 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2011-11-10 19:59:19 +00:00
parent 914ec63c90
commit 3b989f3eb3
3 changed files with 85 additions and 24 deletions

View File

@@ -547,6 +547,7 @@ typedef struct
{
int Previous;
int Next;
byte Flipped; ///< 0:no, 1:horizontally, 2:vertically, 3:both
} T_Tile;
#endif