Start of tilemap. Only a togglable effect

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1856 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2011-11-06 19:03:27 +00:00
parent 59a20c6e3e
commit f1f658ded4
4 changed files with 37 additions and 3 deletions

View File

@@ -726,9 +726,19 @@ GFX2_GLOBAL byte Mask_mode;
/// Array of booleans. True if the indexed color is protected by the mask.
GFX2_GLOBAL byte Mask_table[256];
// -- Constraint enforcer
// -- Constraint mode
/// Constraint enforcer
GFX2_GLOBAL byte Constraint_mode;
// -- Tilemap mode
/// Tilemap mode
GFX2_GLOBAL byte Tilemap_mode;
/// Tilemap allows swapped tiles : 0:No 1:Horizontal 2:Vertical 3:Both
GFX2_GLOBAL byte Tilemap_allow_swap;
// -- Magnifier data
#ifdef GLOBAL_VARIABLES