mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-22 04:01:33 +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
|
cvarFloatList
|
||||||
{
|
{
|
||||||
@MENUS_NONE 0
|
@MENUS_NONE 0
|
||||||
@MENUS_SHADOWS_SIMPLE 1
|
@MENUS_LOW 1
|
||||||
@MENUS_SHADOWS_VOLUMETRIC 2
|
@MENUS_HIGH 3
|
||||||
// "Projected" 3
|
|
||||||
}
|
}
|
||||||
rect 260 287 340 14
|
rect 260 287 340 14
|
||||||
textalign ITEM_ALIGN_RIGHT
|
textalign ITEM_ALIGN_RIGHT
|
||||||
|
|
|
@ -1554,9 +1554,8 @@
|
||||||
cvarFloatList
|
cvarFloatList
|
||||||
{
|
{
|
||||||
@MENUS_NONE 0
|
@MENUS_NONE 0
|
||||||
@MENUS_SHADOWS_SIMPLE 1
|
@MENUS_LOW 1
|
||||||
@MENUS_SHADOWS_VOLUMETRIC 2
|
@MENUS_HIGH 3
|
||||||
// "Projected" 3
|
|
||||||
}
|
}
|
||||||
rect 260 287 340 14
|
rect 260 287 340 14
|
||||||
textalign ITEM_ALIGN_RIGHT
|
textalign ITEM_ALIGN_RIGHT
|
||||||
|
|
|
@ -1747,7 +1747,7 @@
|
||||||
{
|
{
|
||||||
@MENUS3_NONE 0
|
@MENUS3_NONE 0
|
||||||
@MENUS0_LOW 1
|
@MENUS0_LOW 1
|
||||||
@MENUS0_HIGH 2
|
@MENUS0_HIGH 3
|
||||||
}
|
}
|
||||||
rect 305 271 300 20
|
rect 305 271 300 20
|
||||||
textalign ITEM_ALIGN_RIGHT
|
textalign ITEM_ALIGN_RIGHT
|
||||||
|
|
|
@ -1848,7 +1848,7 @@
|
||||||
{
|
{
|
||||||
@MENUS3_NONE 0
|
@MENUS3_NONE 0
|
||||||
@MENUS0_LOW 1
|
@MENUS0_LOW 1
|
||||||
@MENUS0_HIGH 2
|
@MENUS0_HIGH 3
|
||||||
}
|
}
|
||||||
rect 305 271 300 20
|
rect 305 271 300 20
|
||||||
textalign ITEM_ALIGN_RIGHT
|
textalign ITEM_ALIGN_RIGHT
|
||||||
|
|
Loading…
Reference in a new issue