[BOTW] Add horse customization menu upscaling rule
This commit is contained in:
parent
a86d342c8f
commit
6fe095c13e
@ -230,6 +230,12 @@ overwriteFormat = 0x823
|
|||||||
overwriteWidth = <?=round($scaleFactorX*320)?>
|
overwriteWidth = <?=round($scaleFactorX*320)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*180)?>
|
overwriteHeight = <?=round($scaleFactorY*180)?>
|
||||||
|
|
||||||
|
[TextureRedefine] #horse customization screen
|
||||||
|
width = 480
|
||||||
|
height = 720
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*480)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||||
|
|
||||||
[TextureRedefine] #lines on map
|
[TextureRedefine] #lines on map
|
||||||
width = 13
|
width = 13
|
||||||
height = 305
|
height = 305
|
||||||
|
Loading…
Reference in New Issue
Block a user