feat(tour): Revised intro tutorial

This commit is contained in:
Sabe Jones
2015-05-25 15:35:43 -05:00
parent 39cb9bfb99
commit 6af7342693
15 changed files with 203 additions and 118 deletions

View File

@@ -15,7 +15,6 @@ habitrpg.controller("TasksCtrl", ['$scope', '$rootScope', '$location', 'User','N
break;
case 'todo':
$rootScope.playSound('ToDo');
Guide.goto('intro', 1);
break;
default:
if (direction === 'down') $rootScope.playSound('Minus_Habit');