|
@@ -105,7 +105,7 @@ function init(self)
|
|
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", "knockback"}
|
|
self.index["physics"] = { "dynamic", "kinematic", "raycast", "trigger", "hinge_joint", "pendulum", "knockback"}
|
|
self.index["animation"] = { "spinner", "flipbook", "chained_tween", "basic_tween", "spine", "cursor", "easing" }
|
|
self.index["animation"] = { "spinner", "flipbook", "chained_tween", "basic_tween", "spine", "cursor", "easing" }
|
|
- self.index["gui"] = { "button", "stencil", "load_texture", "progress", "pointer_over", "color", "slice9" }
|
|
|
|
|
|
+ self.index["gui"] = { "button", "stencil", "load_texture", "progress", "pointer_over", "color", "slice9", "drag" }
|
|
self.index["input"] = { "move", "text", "down_duration", "mouse_and_touch" }
|
|
self.index["input"] = { "move", "text", "down_duration", "mouse_and_touch" }
|
|
self.index["material"] = { "vertexcolor" }
|
|
self.index["material"] = { "vertexcolor" }
|
|
self.index["particles"] = { "particlefx", "modifiers", "fire_and_smoke" }
|
|
self.index["particles"] = { "particlefx", "modifiers", "fire_and_smoke" }
|