More lua.

This commit is contained in:
Jason Felds
2013-07-01 21:09:06 -04:00
parent d20290ad2f
commit 2330c87501
5 changed files with 50 additions and 13 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ local MetaData = {
startTime = { path, rate, offset, commands }
Any ommitted arguments will default to nil, except for rate, which would use 1.0
]]
0 = {"path/to/bga", 1.0, 0.000, 0, cmd(rainbow) },
0 = {"path/to/bga2", 1.0, 0.000, 0, cmd(thump) }
0 = {"path/to/bga", 1.0, 0.000, 0, function(self) self:rainbow(); end; },
0 = {"path/to/bga2", 1.0, 0.000, 0, function(self) self:thump(); end; }
},
},
--[[