|
@@ -103,7 +103,7 @@ function init(self)
|
|
|
self.index = {}
|
|
|
self.index["basics"] = { "simple_move", "message_passing", "follow", "parent_child", "spawn", "z_order", "movement_speed" }
|
|
|
self.index["physics"] = { "dynamic", "kinematic", "raycast", "trigger", "hinge_joint"}
|
|
|
- self.index["animation"] = { "spinner", "flipbook", "chained_tween", "basic_tween", "spine" }
|
|
|
+ self.index["animation"] = { "spinner", "flipbook", "chained_tween", "basic_tween", "spine", "cursor" }
|
|
|
self.index["gui"] = { "button", "stencil", "load_texture", "pointer_over", "color"}
|
|
|
self.index["input"] = { "move", "text", "down_duration", "mouse_and_touch" }
|
|
|
self.index["particles"] = { "particlefx", "modifiers" }
|
|
@@ -111,7 +111,7 @@ function init(self)
|
|
|
self.index["render"] = { "camera" }
|
|
|
self.index["debug"] = { "physics", "profile" }
|
|
|
self.index["collection"] = { "proxy", "splash" }
|
|
|
- self.index["sprite"] = { "size", "tint", "cursor" }
|
|
|
+ self.index["sprite"] = { "size", "tint" }
|
|
|
self.index["file"] = { "sys_save_load" }
|
|
|
self.index["tilemap"] = { "collisions", "get_set_tile" }
|
|
|
local categories = {}
|