Removed space-to-speed-up until we figure out an alternative

This commit is contained in:
Noah Moroze 2014-05-22 20:36:48 -04:00
parent d5eedd0f5b
commit 642ef7cd31

View file

@ -58,14 +58,14 @@ var tapRight = Hammer(document.getElementById("rightTap")).on("tap", function(ev
MainClock.rotate(-1);
});
keypress.register_combo({
keys: "space",
on_keyup: function() {
iter = 1;
scoreAdditionCoeff = 1;
},
on_keydown: function() {
iter = 2;
scoreAdditionCoeff = 2;
}
});
// keypress.register_combo({
// keys: "space",
// on_keyup: function() {
// iter = 1; // <- 1337 hax that reset speed anywhere in the game
// scoreAdditionCoeff = 1;
// },
// on_keydown: function() {
// iter = 2;
// scoreAdditionCoeff = 2;
// }
// });