|
@@ -100,9 +100,10 @@ end
|
|
|
|
|
|
function init(self)
|
|
function init(self)
|
|
self.index = {}
|
|
self.index = {}
|
|
- self.index["basics"] = { "message_passing", "parent_child", "spawn", "z_order" }
|
|
|
|
|
|
+ self.index["basics"] = { "message_passing", "parent_child", "z_order" }
|
|
|
|
+ self.index["factory"] = { "basic", "bullets" }
|
|
self.index["movement"] = { "simple_move", "follow", "move_to", "move_forward", "movement_speed", "look_at" }
|
|
self.index["movement"] = { "simple_move", "follow", "move_to", "move_forward", "movement_speed", "look_at" }
|
|
- self.index["physics"] = { "dynamic", "kinematic", "raycast", "trigger", "hinge_joint", "pendulum"}
|
|
|
|
|
|
+ self.index["physics"] = { "dynamic", "kinematic", "raycast", "trigger", "hinge_joint", "pendulum", "knockback"}
|
|
self.index["animation"] = { "spinner", "flipbook", "chained_tween", "basic_tween", "spine", "cursor" }
|
|
self.index["animation"] = { "spinner", "flipbook", "chained_tween", "basic_tween", "spine", "cursor" }
|
|
self.index["gui"] = { "button", "stencil", "load_texture", "progress", "pointer_over", "color", "slice9" }
|
|
self.index["gui"] = { "button", "stencil", "load_texture", "progress", "pointer_over", "color", "slice9" }
|
|
self.index["input"] = { "move", "text", "down_duration", "mouse_and_touch" }
|
|
self.index["input"] = { "move", "text", "down_duration", "mouse_and_touch" }
|