Tilemap: support Y-flipped tiles
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1863 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -547,6 +547,7 @@ typedef struct
|
||||
{
|
||||
int Previous;
|
||||
int Next;
|
||||
byte Flipped; ///< 0:no, 1:horizontally, 2:vertically, 3:both
|
||||
} T_Tile;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user