mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-26 04:28:17 +02:00
* More WIP on door support. Proof of concept mostly functional-ish for at least Pimpwars :)
This commit is contained in:
parent
d16beca341
commit
144aa6b351
11 changed files with 352 additions and 93 deletions
|
@ -29,6 +29,7 @@ function MenuModule(options) {
|
|||
this.initSequence = function() {
|
||||
var mciData = { };
|
||||
|
||||
// :TODO: This could be .series() currently
|
||||
async.waterfall(
|
||||
[
|
||||
function beforeDisplayArt(callback) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue