Merge branch 'master' of github.com:espruino/BangleApps

pull/584/head
Gordon Williams 2020-10-23 15:49:27 +01:00
commit 2671800943
1 changed files with 2 additions and 2 deletions

View File

@ -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();