down to speed up added

This commit is contained in:
Garrett Finucane 2014-08-24 12:57:28 -04:00
parent 38938bb7cb
commit 9f8d338394

View file

@ -16,7 +16,14 @@ function addKeyListeners() {
}
}
});
keypress.register_combo({
keys: "down",
on_keydown: function() {
if(gameState==1){
toggleRush();
}
}
});
keypress.register_combo({
keys: "a",