mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
4398ebcebe
I searched through quite a bit of commits to properly credit some packs. Some of the credits are based off memory. Please let me know if I incorrectly credited or forgot to credit somebody.
23 lines
459 B
Plaintext
23 lines
459 B
Plaintext
[Definition]
|
|
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
|
|
name = Bloom Adjustment
|
|
path = "Splatoon/Enhancements/Bloom Adjustment"
|
|
description = Allows you to adjust how strong the bloom is. Full amount is the default intensity of bloom. Made by Slashiee.
|
|
version = 4
|
|
|
|
[Preset]
|
|
name = Full Amount (Default)
|
|
$bloom = 1
|
|
|
|
[Preset]
|
|
name = Disabled
|
|
$bloom = 0
|
|
|
|
[Preset]
|
|
name = Quarter Amount
|
|
$bloom = 0.25
|
|
|
|
[Preset]
|
|
name = Half Amount
|
|
$bloom = 0.5
|