Opened 15 years ago

Last modified 9 years ago

#61 closed enhancement

Allow users to select Menu style — at Initial Version

Reported by: MrWabbit Owned by: Henrik Heimbuerger
Priority: major Milestone: 1.80
Component: Installer Version: 1.77
Keywords: menustyle, installer Cc:

Description

People might want to retain the classic HUD and use a transparent menu style like greytones.

facilitating this is relatively painless.

In CortUI settings make a variable called MenuStyle?
values:
NormalHUDMode | 0 | 1 | 2 | 3 | n
where n is the number of possible future HUD mods.

in the install form use a drop down box with the values:
use recommended | classic | GreyTones? | GreyTones? | GlassHUD

in the MDLs I would use MenuStyle? as the Switch variable. With default settings, MenuStyle? = NormalHUDMode. Otherwise, user supplies the style number of his choice, which correspond with Hud numbers.

Change History (0)

Note: See TracTickets for help on using tickets.