From 4a95e92490739d1438220344fb208d3f8ec170e4 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 20 May 2011 16:04:21 -0500 Subject: [PATCH] update luadoc --- Docs/Luadoc/LuaDocumentation.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml index 977a524485..a6cdfe5f4f 100644 --- a/Docs/Luadoc/LuaDocumentation.xml +++ b/Docs/Luadoc/LuaDocumentation.xml @@ -902,12 +902,18 @@ [02 Actor.lua] + + [02 Actor.lua] Centers an Actor on the screen. (equivalent to x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y) + [03 ProductivityHelpers.lua] Centers an Actor on the X axis. (equivalent to x,SCREEN_CENTER_X) [03 ProductivityHelpers.lua] Centers an Actor on the y axis. (equivalent to y,SCREEN_CENTER_Y) + + [02 Actor.lua] Stretches an Actor to cover the screen. (equivalent to stretchto,0,0,SCREEN_WIDTH,SCREEN_HEIGHT) + [03 ProductivityHelpers.lua] A customized version of pulse that is more appealing for on-beat effects.