Tilemap effect: Added a menu to set options. Options saved and reloaded in .INI. Added support for shortcuts (but no helpfile so far, so you can't set them)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1870 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
10
src/engine.c
10
src/engine.c
@@ -1169,6 +1169,16 @@ void Main_handler(void)
|
||||
Button_Tiling_menu();
|
||||
action++;
|
||||
break;
|
||||
case SPECIAL_TILEMAP_MODE :
|
||||
Button_Tilemap_mode();
|
||||
effect_modified = 1;
|
||||
action++;
|
||||
break;
|
||||
case SPECIAL_TILEMAP_MENU :
|
||||
effect_modified = 1;
|
||||
Button_Tilemap_menu();
|
||||
action++;
|
||||
break;
|
||||
case SPECIAL_EFFECTS_OFF :
|
||||
Effects_off();
|
||||
effect_modified = 1;
|
||||
|
||||
Reference in New Issue
Block a user