ducttape / ducttape-engine

Ducttape Engine - A universal game engine

Home Page:http://ducttape-dev.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Register remaining core components

svenstaro opened this issue · comments

Only TriggerComponent is currently being registered which obviously is not desirable as serialization will only work for this one. Register remaining components and perhaps expand the tests to match that. Writing this issue almost took longer than solving the problem will but this is a good junior dev task.

Thanks shua!

commented

Oh, I realize now that all the other components also have to be registered in Serializer::Initialize() in Serializer.cpp.

Go ahead :)