Skip to content
  • Evan Ramos's avatar
    Systematize the appearance of the menu fonts using the DOS version as a reference. · 3baddc69
    Evan Ramos authored
    New events:
    "EVENT_MENUCURSORLEFT"
    "EVENT_MENUCURSORRIGHT"
    "EVENT_MENUCURSORSHADE"
    "EVENT_MENUSHADESELECTED"
    
    New userdef structures:
    "menu_shadedeselected"
    "menu_shadedisabled"
    "menutext_zoom"
    "menutext_xspace"
    "menutext_pal"
    "menutext_palselected"
    "menutext_paldeselected"
    "menutext_paldisabled"
    "menutext_palselected_right"
    "menutext_paldeselected_right"
    "menutext_paldisabled_right"
    "gametext_zoom"
    "gametext_xspace"
    "gametext_pal"
    "gametext_palselected"
    "gametext_paldeselected"
    "gametext_paldisabled"
    "gametext_palselected_right"
    "gametext_paldeselected_right"
    "gametext_paldisabled_right"
    "minitext_zoom"
    "minitext_xspace"
    "minitext_tracking"
    "minitext_pal"
    "minitext_palselected"
    "minitext_paldeselected"
    "minitext_paldisabled"
    "minitext_palselected_right"
    "minitext_paldeselected_right"
    "minitext_paldisabled_right"
    "menutitle_pal"
    "slidebar_palselected"
    "slidebar_paldisabled"
    
    Self-explanatory. Use in conjunction with "menutext_tracking" and "gametext_tracking" ("mgametext_tracking" is now ignored).
    
    The values for disabled shade is added to the selected or deselected shades. The palettes have a disabled > selected > deselected hierarchy, and are applied if not zero.
    
    Patch from Fox
    
    From-SVN: r6613
    3baddc69