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;
Main.getEventBaton().trigger(
'commandSubmitted',
'echo "level solved!"'
'echo "level solved! type in \'levels\' to access the next level"'
);
} else {
GlobalStateActions.changeIsAnimating(true);