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:
12
src/global.h
12
src/global.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user