jakildev / IrredenEngine

The Irreden Engine
MIT License
8 stars 0 forks source link

Simplify System creation by creating a single struct parameter for namable parameters #32

Closed jakildev closed 9 months ago

jakildev commented 9 months ago

lots of options for creating systems, like a tick function, begin tick and end tick functions, hierarchies, etc. There should all just be named struct parameters and handled appropriately by the system manager class.

jakildev commented 9 months ago

Refactored createSystem to accept multiple different kinds of tick functions, good enouf for now