* More WIP on door support. Proof of concept mostly functional-ish for at least Pimpwars :)

This commit is contained in:
Bryan Ashby 2015-08-02 18:27:05 -06:00
parent d16beca341
commit 144aa6b351
11 changed files with 352 additions and 93 deletions

View file

@ -29,6 +29,7 @@ function MenuModule(options) {
this.initSequence = function() {
var mciData = { };
// :TODO: This could be .series() currently
async.waterfall(
[
function beforeDisplayArt(callback) {