mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 19:27:36 -03:00
[BotW] update Pro+ hud
disable more heart textures
This commit is contained in:
parent
0da2f61a92
commit
0cdedc919e
1 changed files with 14 additions and 2 deletions
|
@ -6,9 +6,21 @@ version = 2
|
|||
[TextureRedefine] # Disable Hearts
|
||||
width = 48
|
||||
height = 48
|
||||
formats = 0x001,0x007
|
||||
formats = 0x001,0x007,0x035
|
||||
overwriteFormat = 0x005
|
||||
|
||||
[TextureRedefine] # Disable Hearts
|
||||
width = 64
|
||||
height = 64
|
||||
formats = 0x035 # don't overwrite 0x034
|
||||
overwriteFormat = 0x235
|
||||
|
||||
[TextureRedefine] # Disable Hearts
|
||||
width = 32
|
||||
height = 32
|
||||
formats = 0x034
|
||||
overwriteFormat = 0x234
|
||||
|
||||
[TextureRedefine] # Disable Stamina
|
||||
width = 34
|
||||
height = 34
|
||||
|
@ -37,4 +49,4 @@ overwriteFormat = 0x235
|
|||
width = 70
|
||||
height = 70
|
||||
formats = 0x035
|
||||
overwriteFormat = 0x235
|
||||
overwriteFormat = 0x235
|
Loading…
Reference in a new issue