Oops
This commit is contained in:
parent
2e912c962a
commit
d9dd2faba0
@ -14,14 +14,14 @@ version = 2
|
|||||||
[TextureRedefine] # tv
|
[TextureRedefine] # tv
|
||||||
width = 1920
|
width = 1920
|
||||||
height = 1080
|
height = 1080
|
||||||
tileModesExcluded = 0x001
|
tileModesExcluded = 0x1
|
||||||
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
||||||
|
|
||||||
[TextureRedefine] # half scale
|
[TextureRedefine] # half scale
|
||||||
width = 1920
|
width = 960
|
||||||
height = 1080
|
height = 540
|
||||||
tileModesExcluded = 0x001
|
tileModesExcluded = 0x1
|
||||||
overwriteWidth = <?=round($scaleFactorX*960)?>
|
overwriteWidth = <?=round($scaleFactorX*960)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*540)?>
|
overwriteHeight = <?=round($scaleFactorY*540)?>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user