forked from JRHard771/HDestBubbles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MENUDEF
29 lines (26 loc) · 828 Bytes
/
MENUDEF
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
AddOptionMenu "OptionsMenu"
{
Submenu "Hideous Bubbles", "HDestBubbleMenu"
}
AddOptionMenu "HDAddonMenu"
{
Submenu "Hideous Bubbles", "HDestBubbleMenu"
}
OptionMenu "HDestBubbleMenu"
{
Title "Hideous Bubbles"
Option "Enabled", "hdb_enabled", "OnOff"
Option "Show Worn Backpacks", "hdb_wornbackpacks", "OnOff"
Option "Show Player Heading Indicators", "hdb_headings", "OnOff"
Option "Show Player Weapon", "hdb_weapons", "OnOff"
Option "Weapon Visible to Self", "hdb_visibletoself", "OnOff"
Option "Mag Manager Scaling", "hdb_magstyle", "BubblesMagScaleOption"
StaticText ""
StaticText "Recommend disabling this if Weapon Visible to Self is enabled", 1
Option "$DSPLYMNU_PLAYERSPRITES", "r_drawplayersprites", "OnOff"
}
OptionValue "BubblesMagScaleOption"
{
-1, "Don't scale"
0, "Use actor scale"
}