From 65a34c62e589447fe6b716b89f3258f6ab9d62bf Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 6 Apr 2008 21:22:07 +0000 Subject: [PATCH] Make color a type. --- stepmania/Docs/Lua.xsl | 1 + stepmania/Docs/LuaDocumentation.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/stepmania/Docs/Lua.xsl b/stepmania/Docs/Lua.xsl index 0eede5d72d..54a2ee694a 100644 --- a/stepmania/Docs/Lua.xsl +++ b/stepmania/Docs/Lua.xsl @@ -310,6 +310,7 @@ $type='string' or $type='bool' or $type='table' or + $type='color' or $type='Enum'"> diff --git a/stepmania/Docs/LuaDocumentation.xml b/stepmania/Docs/LuaDocumentation.xml index 8542556589..a1d853cbe7 100644 --- a/stepmania/Docs/LuaDocumentation.xml +++ b/stepmania/Docs/LuaDocumentation.xml @@ -207,6 +207,9 @@ Sets the Actor's cull mode to mode. + + Set the Actor's diffuse color to c. + Set's the Actor's alpha level to fAlpha, where fAlpha is in the range 0..1.