-
Notifications
You must be signed in to change notification settings - Fork 10
Add Effect Manager #152
Copy link
Copy link
Open
Labels
A: Game DataIssue with game data.Issue with game data.A: ModdingIssue which will impact modders if worked on. Potentially a breaking change.Issue which will impact modders if worked on. Potentially a breaking change.D: Feature RequestA feature that may be implemented in a future version.A feature that may be implemented in a future version.
Metadata
Metadata
Assignees
Labels
A: Game DataIssue with game data.Issue with game data.A: ModdingIssue which will impact modders if worked on. Potentially a breaking change.Issue which will impact modders if worked on. Potentially a breaking change.D: Feature RequestA feature that may be implemented in a future version.A feature that may be implemented in a future version.
The Effect Manager is an upcoming effort to combine Sound Events and Particle Effects into one Effect resource type. Effects would comprise of any number of Sound Events, Particle Effects and potentially more in the future.
Effect Managers will manage the sound and music volumes based on categories, which will finally fix the fact that currently the Resource Manager itself is taking care of that.
More TBD.