multi/test.lua
Ryan aad031062f Changed how steps and loops work
Added multi.compat.backwards[ver]
Require this to be able to use features that were changed from that version.
loops callback args are now: self,dt
steps callback args are now: self,pos
If requiring the backwards compat for the previous version do so after requiring all of the modules you are using.
2017-06-20 23:32:57 -04:00

5 lines
139 B
Lua

package.path="?/init.lua;"..package.path
require("multi.all")
multi:benchMark(3,nil,"Results: ")
multi:mainloop() -- start the main runner