Pure black and white filter (#245)

* Spaceball cleanup and small bug fix

* Replace old hit sound in spaceball

* Camera filters

* added 9 new filters, including 3 types of sepia

* oops

* remark

* normalization of fade out and fade in on filters are by 100

* GenerateFilterTypeEnum comments

* Pure black and white filter
This commit is contained in:
Braedon Lewis
2023-01-30 10:50:38 -05:00
committed by GitHub
parent 5049fee11f
commit 9ae7ac1b82
7 changed files with 205 additions and 1 deletions

View File

@ -71,6 +71,8 @@ namespace HeavenStudio.Games.Global
tritanopia = 50,
vibrance = 51,
winter = 52,
blackwhite = 53,
blackwhite_2 = 54,
}
#region MonoBehaviour