Program now remembers favorite mode layers/anim, based on last time you switched in splash screen or toolbar. Fixed graphic behavior when mode 5 is enabled/disabled, and added a safety (colors <4).

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2014 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2012-09-28 00:19:57 +00:00
parent 5165312bff
commit 26613ec440
12 changed files with 179 additions and 137 deletions

View File

@@ -374,7 +374,7 @@ typedef struct
byte Tilemap_allow_flipped_y; ///< Boolean, true if the Tilemap tool should detect y-flipped tiles.
byte Tilemap_show_count; ///< Boolean, true if the Tilemap tool should display tile count after analysis.
byte Use_virtual_keyboard; ///< 0: Auto, 1: On, 2: Off
byte Default_mode_layers; ///< Indicates if default new image has layers (alternative is animation)
} T_Config;