If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Adventure Time: BMO Dreamo

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Adventure Time: BMO Dreamo

Developer: THIS IS POP
Publisher: Cartoon Network Studios
Platform: HTML5
Released internationally: March 2018


DevTextIcon.png This game has hidden development-related text.


Unused Text

build.js has a few things in it that are commented out:

Line 179

// TEMP
// var sprite = new Sprite("textures/temp.png", screenWidth, screenHeight);
// sprite.addAnimation("Idle", 128, [[0,0]] , true);
// sprite.playAnimation("Idle");

Line 321

 // Required use of an anonymous callback as .open will NOT return a value but simply returns undefined in asynchronous mode

A couple of todos found at Line 2344;

 // TODO make this a quaternion?

and at Line 11627:

 //TODO: Should we make it so you can just add to game.stages?

An alternative set of high scores can be found at Line 11633.

 // this.topScores = [5000,4000,3000,2000,1000];