Tilemap mode improved to analyze and detect identical tiles, so you write in real time on all occurences of same tile. Works very well but unfinished, will crash or have other problems when you resize image
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1859 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -348,6 +348,12 @@ GFX2_GLOBAL Uint32 Main_time_of_safety_backup;
|
||||
/// Letter prefix for the filenames of safety backups. a or b
|
||||
GFX2_GLOBAL byte Main_safety_backup_prefix;
|
||||
|
||||
/// Tilemap for the main screen
|
||||
GFX2_GLOBAL T_Tile * Main_tilemap;
|
||||
|
||||
GFX2_GLOBAL short Main_tilemap_width;
|
||||
GFX2_GLOBAL short Main_tilemap_height;
|
||||
|
||||
// -- Spare page data
|
||||
|
||||
/// Palette of the spare page
|
||||
|
||||
Reference in New Issue
Block a user