mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-21 19:51:33 +00:00
Fix shadow configuration
This commit is contained in:
parent
f819bc8918
commit
4c3613c754
4 changed files with 12 additions and 14 deletions
|
@ -1534,10 +1534,9 @@
|
|||
cvar "cg_shadows"
|
||||
cvarFloatList
|
||||
{
|
||||
@MENUS_NONE 0
|
||||
@MENUS_SHADOWS_SIMPLE 1
|
||||
@MENUS_SHADOWS_VOLUMETRIC 2
|
||||
// "Projected" 3
|
||||
@MENUS_NONE 0
|
||||
@MENUS_LOW 1
|
||||
@MENUS_HIGH 3
|
||||
}
|
||||
rect 260 287 340 14
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
|
|
|
@ -1553,10 +1553,9 @@
|
|||
cvar "cg_shadows"
|
||||
cvarFloatList
|
||||
{
|
||||
@MENUS_NONE 0
|
||||
@MENUS_SHADOWS_SIMPLE 1
|
||||
@MENUS_SHADOWS_VOLUMETRIC 2
|
||||
// "Projected" 3
|
||||
@MENUS_NONE 0
|
||||
@MENUS_LOW 1
|
||||
@MENUS_HIGH 3
|
||||
}
|
||||
rect 260 287 340 14
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
|
|
|
@ -1745,9 +1745,9 @@
|
|||
cvar "cg_shadows"
|
||||
cvarFloatList
|
||||
{
|
||||
@MENUS3_NONE 0
|
||||
@MENUS0_LOW 1
|
||||
@MENUS0_HIGH 2
|
||||
@MENUS3_NONE 0
|
||||
@MENUS0_LOW 1
|
||||
@MENUS0_HIGH 3
|
||||
}
|
||||
rect 305 271 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
|
|
|
@ -1846,9 +1846,9 @@
|
|||
cvar "cg_shadows"
|
||||
cvarFloatList
|
||||
{
|
||||
@MENUS3_NONE 0
|
||||
@MENUS0_LOW 1
|
||||
@MENUS0_HIGH 2
|
||||
@MENUS3_NONE 0
|
||||
@MENUS0_LOW 1
|
||||
@MENUS0_HIGH 3
|
||||
}
|
||||
rect 305 271 300 20
|
||||
textalign ITEM_ALIGN_RIGHT
|
||||
|
|
Loading…
Reference in a new issue