feat(tour): esc force closes, but puts justin head in toolbar. clicking

justin head brings tour back.
This commit is contained in:
Tyler Renelle
2015-03-24 15:41:02 -06:00
parent 4c3ad2f705
commit 560d51b2e2
8 changed files with 378 additions and 377 deletions

View File

@@ -121,7 +121,7 @@ var UserSchema = new Schema({
showTour: {type: Boolean, 'default': true},
tour: {
// -1 indicates "uninitiated", -2 means "complete", any other number is the current tour step (0-index)
intro: {type: Number, 'default': 0},
intro: {type: Number, 'default': -1},
classes: {type: Number, 'default': -1},
stats: {type: Number, 'default': -1},
tavern: {type: Number, 'default': -1},