jul1278 / SimpleComponents

component-based 2D game engine in SDL
0 stars 1 forks source link

Serialize/Deserialize Actions #79

Open jul1278 opened 8 years ago

jul1278 commented 8 years ago

Hook up events, assign component collections to physics tasks etc. More to come here.

Probably add some sort of IActionSettings which would include a Serialize/Deserialize method which subclasses implement.