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

Nodes never get initialized and inconsistent creation methods

svenstaro opened this issue · comments

  1. Nodes never get initialized. This can cause a lot of confusion.
  2. We have Initialize/OnInitialize and Create/OnCreate which basically do the same. This is inconsistent. Prominently used in Node/Component.
commented

for 1 they get initialized on addChildNode. And I can fix 2 pretty easily. I'll switch them all to Create/OnCreate.

commented

Did it, but I think I deleted my repo before committing it's a 5-min fix though.