down to speed up added
This commit is contained in:
parent
38938bb7cb
commit
9f8d338394
1 changed files with 8 additions and 1 deletions
|
@ -16,7 +16,14 @@ function addKeyListeners() {
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
keypress.register_combo({
|
||||
keys: "down",
|
||||
on_keydown: function() {
|
||||
if(gameState==1){
|
||||
toggleRush();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
keypress.register_combo({
|
||||
keys: "a",
|
||||
|
|
Loading…
Reference in a new issue