show help for "8 BIT" in FX menu when mouse is over the button

+ underscore the F of feedback
This commit is contained in:
Thomas Bernard 2018-12-05 10:11:54 +01:00 committed by Adrien Destugues
parent 7d941a2bee
commit f655d7f7c9

View File

@ -4641,7 +4641,7 @@ void Button_Effects(int btn)
Window_rectangle(C1-1, L1+2, 78, 14, MC_Light);
Window_set_normal_button(C1+1,L1+2,14,14," ",0,1,KEY_f); // 13
Print_in_window(28,24,"Feedback",MC_Dark,MC_Light);
Print_in_window_underscore(28,24,"Feedback",MC_Dark,MC_Light,1);
Window_set_normal_button(C2, L4, 16,16,"",0,1,Config_Key[SPECIAL_FORMAT_CHECKER_MENU][0]); // 14
Window_set_normal_button(C3, L3, 16,16,"",0,1,Config_Key[SPECIAL_TILEMAP_MODE][0]); // 15
@ -4719,6 +4719,9 @@ void Button_Effects(int btn)
case 10:
Window_help(BUTTON_EFFECTS, "TILING");
break;
case 14:
Window_help(BUTTON_EFFECTS, "8 BIT");
break;
case 15:
Window_help(BUTTON_EFFECTS, "TILEMAP");
break;