Resolves #642 -- explain how to access next level

This commit is contained in:
Peter Cottle 2020-02-22 08:27:29 +09:00
parent 44cc9cbbc4
commit e2b76991ec

View file

@ -498,7 +498,7 @@ var Level = Sandbox.extend({
finishAnimationChain = deferred.promise; finishAnimationChain = deferred.promise;
Main.getEventBaton().trigger( Main.getEventBaton().trigger(
'commandSubmitted', 'commandSubmitted',
'echo "level solved!"' 'echo "level solved! type in \'levels\' to access the next level"'
); );
} else { } else {
GlobalStateActions.changeIsAnimating(true); GlobalStateActions.changeIsAnimating(true);