mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 01:59:18 +01:00
Recomment player icons
Nvm it's pretty distracting.
This commit is contained in:
parent
0d7d7b9796
commit
243599a3b9
@ -68,15 +68,15 @@ overwriteHeight = <?=round($scaleFactorY*252)?>
|
||||
width = 128
|
||||
height = 128
|
||||
formats = 0x41a
|
||||
overwriteWidth = <?=round($scaleFactorY*128)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*128)?>
|
||||
#overwriteWidth = <?=round($scaleFactorY*128)?>
|
||||
#overwriteHeight = <?=round($scaleFactorY*128)?>
|
||||
|
||||
[TextureRedefine] # player icon - GL_RGBA8; doesn't scale properly yet
|
||||
width = 256
|
||||
height = 256
|
||||
formats = 0x1a
|
||||
overwriteWidth = <?=round($scaleFactorY*256)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*256)?>
|
||||
#overwriteWidth = <?=round($scaleFactorY*256)?>
|
||||
#overwriteHeight = <?=round($scaleFactorY*256)?>
|
||||
|
||||
[TextureRedefine] # player name - GL_RGBA8
|
||||
width = 128
|
||||
|
Loading…
Reference in New Issue
Block a user