well, it may looks like a little embracing. But after I have downloaded the "Scene Manager" tool from github, I've been stuck about how to use it. As you know it has the directory I've attached in this question.
So how should I use this tool inside my project and be able to directly write:
sceneManager = SceneManager.new({
--start scene
["start"] = start,
--pack select scene
["pack_select"] = pack_select,
--level select scene
["level_select"] = level_select,
--level itself
["level"] = level
}) |
?
Is it something like using
statement?
thanks very much in advance.
Comments
http://docs.giderosmobile.com/
check adding assets tab