fixes to scanline function
This commit is contained in:
parent
40111d5e90
commit
fc1c7c7b1a
2 changed files with 5 additions and 5 deletions
|
@ -54,10 +54,10 @@ screen.SCREEN=Screen
|
|||
|
||||
option.interlacing=Interlacing
|
||||
|
||||
option.scanlines=Scanlines
|
||||
value.scanlines.0=Off
|
||||
value.scanlines.1=Soft
|
||||
value.scanlines.2=Hard
|
||||
option.scanline=Scanlines
|
||||
value.scanline.0=Off
|
||||
value.scanline.1=Soft
|
||||
value.scanline.2=Hard
|
||||
|
||||
option.aberration=Chromatic Aberration
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ screen.COLOR.columns=3
|
|||
screen.COLOR=colorMode dithering <empty> colorDepth <empty> monoPalette hueBits satBits valBits
|
||||
|
||||
# screen effects
|
||||
screen.SCREEN=interlacing scanlines aberration
|
||||
screen.SCREEN=interlacing scanline aberration
|
||||
|
||||
# console effects
|
||||
screen.CONSOLE.columns=1
|
||||
|
|
Loading…
Reference in a new issue