Better flip logic, visuals improvement, and also advanced level section

featuring Aaron's modifier tutorial

Merge pull request #80 from aschrab/multiple_parents
This commit is contained in:
Peter Cottle 2013-03-23 13:10:35 -07:00
parent 46d71cd93a
commit 57db1be39e
15 changed files with 510 additions and 47 deletions

View file

@ -319,6 +319,7 @@ var Sandbox = Backbone.View.extend({
deferred: whenLevelOpen,
command: command
});
this.hide();
whenLevelOpen.promise.then(function() {
command.finishWith(deferred);