Removed space-to-speed-up until we figure out an alternative
This commit is contained in:
parent
d5eedd0f5b
commit
642ef7cd31
1 changed files with 11 additions and 11 deletions
22
js/input.js
22
js/input.js
|
@ -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;
|
||||
// }
|
||||
// });
|
||||
|
|
Loading…
Reference in a new issue