mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 11:47:38 +02:00
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:
@ -71,6 +71,8 @@ namespace HeavenStudio.Games.Global
|
||||
tritanopia = 50,
|
||||
vibrance = 51,
|
||||
winter = 52,
|
||||
blackwhite = 53,
|
||||
blackwhite_2 = 54,
|
||||
}
|
||||
|
||||
#region MonoBehaviour
|
||||
|
Reference in New Issue
Block a user