mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
[BotW] Minor preset name changes (#556)
Thanks to Makonede for making the changes.
This commit is contained in:
parent
69561e3ab9
commit
399a05eb75
@ -98,30 +98,30 @@ $saturation = 0.25
|
||||
[Preset]
|
||||
name = 100% (Default)
|
||||
condition = $disableBeams == 0
|
||||
category = Laser Transparency
|
||||
category = Laser Opacity
|
||||
default = 1
|
||||
$alpha = 1.0
|
||||
|
||||
[Preset]
|
||||
name = 75%
|
||||
condition = $disableBeams == 0
|
||||
category = Laser Transparency
|
||||
category = Laser Opacity
|
||||
$alpha = 0.75
|
||||
|
||||
[Preset]
|
||||
name = 50%
|
||||
condition = $disableBeams == 0
|
||||
category = Laser Transparency
|
||||
category = Laser Opacity
|
||||
$alpha = 0.5
|
||||
|
||||
[Preset]
|
||||
name = 25%
|
||||
condition = $disableBeams == 0
|
||||
category = Laser Transparency
|
||||
category = Laser Opacity
|
||||
$alpha = 0.25
|
||||
|
||||
[Preset]
|
||||
name = 10%
|
||||
condition = $disableBeams == 0
|
||||
category = Laser Transparency
|
||||
category = Laser Opacity
|
||||
$alpha = 0.1
|
Loading…
Reference in New Issue
Block a user