decrease final delay to 2sec

This commit is contained in:
Juraj Michalek
2014-12-30 10:53:07 +00:00
parent 28b5b66d07
commit ea2e6f4582

View File

@@ -263,7 +263,7 @@ angular.module('app', ['angular-flippy', 'level-selector', 'level-complete'])
if ($scope.areAllSelectedSame()) {
$scope.setSelectionState('solved');
if ($scope.isLevelComplete()) {
$timeout($scope.completeLevel, 3000);
$timeout($scope.completeLevel, 2000);
}
} else if ($scope.selectionCounter == $scope.chainLength) {
$timeout($scope.resetSelection, 1000);