gelly-gmod / gelly

Library to integrate fluids into a game engine
GNU General Public License v3.0
18 stars 3 forks source link

Finish the mod system #82

Closed yogwoggf closed 2 months ago

yogwoggf commented 2 months ago

Context

The Gelly mod system is a module of the addon which enables user-made modifications to Gelly's behavior to work seamlessly. We have to do this primarily because FleX has a global configuration for particle behavior, so we can't have one mod change it to X preset and another set it to Y preset and expect it to work fine.

Scope

Acceptance Criteria

Other