Merge branch 'gh-pages' of https://github.com/teamsnowman/wastedtime into gh-pages

This commit is contained in:
meadowstream 2014-05-22 21:06:38 -04:00
commit 4c353b149f
2 changed files with 12 additions and 12 deletions

View file

@ -31,7 +31,7 @@ function Block(lane, color, distFromHex, settled) {
}
lane = lane % MainClock.sides;
this.opacity = this.opacity - 0.03;
this.opacity = this.opacity - 0.1;
if (this.opacity <= 0) {
this.opacity = 0;
var i = 0;

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;
// }
// });