Revert "More lua."

This reverts commit 2330c87501.
This commit is contained in:
Jason Felds
2013-07-18 17:41:10 -04:00
parent fbf979e93b
commit da657870d4
5 changed files with 13 additions and 50 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, function(self) self:rainbow(); end; },
0 = {"path/to/bga2", 1.0, 0.000, 0, function(self) self:thump(); end; }
0 = {"path/to/bga", 1.0, 0.000, 0, cmd(rainbow) },
0 = {"path/to/bga2", 1.0, 0.000, 0, cmd(thump) }
},
},
--[[