mirror of https://github.com/sundowndev/Detank.git
update hard difficulty
parent
b6c7aca000
commit
193239b182
|
@ -49,7 +49,7 @@ function run (difficulty) {
|
||||||
if(difficulty == 'easy'){
|
if(difficulty == 'easy'){
|
||||||
difficulty = 2000;
|
difficulty = 2000;
|
||||||
}else if(difficulty == 'hard'){
|
}else if(difficulty == 'hard'){
|
||||||
difficulty = 1400;
|
difficulty = 1100;
|
||||||
}
|
}
|
||||||
|
|
||||||
function set_score (){
|
function set_score (){
|
||||||
|
|
Loading…
Reference in New Issue