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