|
@@ -100,7 +100,7 @@ end
|
|
|
|
|
|
function init(self)
|
|
|
self.index = { "basics", "physics", "animation", "gui", "input", "particles", "sound", "render", "camera", "debug" }
|
|
|
- self.index["basics"] = { "simple_move", "message_passing", "follow", "parent_child", "spawn" }
|
|
|
+ self.index["basics"] = { "simple_move", "message_passing", "follow", "parent_child", "spawn", "z_order" }
|
|
|
self.index["physics"] = { "dynamic", "kinematic", "trigger" }
|
|
|
self.index["animation"] = { "spinner", "flipbook", "tween", "spine" }
|
|
|
self.index["gui"] = { "button", "stencil", "load_texture", "pointer_over"}
|