mirror of https://github.com/espruino/BangleApps
Spelling
Corrected lose message grammar. Should be "Loser", not "Looser".pull/583/head
parent
e17b018f29
commit
a1d7a5480d
|
@ -59,7 +59,7 @@ function hitMe() {
|
|||
if(playerWeight == 21)
|
||||
EndGameMessdage('WINNER');
|
||||
else if(playerWeight > 21)
|
||||
EndGameMessdage('LOOSER');
|
||||
EndGameMessdage('LOSER');
|
||||
}
|
||||
|
||||
function calcWeight(hand, hideCard) {
|
||||
|
@ -188,4 +188,4 @@ setWatch(hitMe, BTN4, {repeat:true, edge:"falling"});
|
|||
setWatch(stand, BTN5, {repeat:true, edge:"falling"});
|
||||
setWatch(startGame, BTN1, {repeat:true, edge:"falling"});
|
||||
|
||||
startGame();
|
||||
startGame();
|
||||
|
|
Loading…
Reference in New Issue