repo.or.cz
/
k8zan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed bootprint size (it was too big); changed wall bootprint height to better match...
[k8zan.git]
/
modmenu.txt
blob
00fd272c3bda1b3eb6569623937f410303a7a27e
1
menudef ZanModMenu {
2
title = "Zan Mod Options";
3
4
option bool {
5
title = "Custom Crosshairs";
6
cvar = k8ZanMod_CustomCrosshairs;
7
help = "Allow custom weapon crosshairs?";
8
}
9
}
10
11
12
// advanced video options menu
13
menudef OptionsMenu extend {
14
option submenu {
15
title = "Zan Mod Options";
16
submenu = ZanModMenu;
17
}
18
}