Update mmind.app.js

master
Ronin0000 2022-03-21 15:47:53 -07:00 committed by GitHub
parent a37c14d26c
commit 9f41199302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -172,6 +172,7 @@ Bangle.on('touch', function(zone,e) {
break; break;
case 4: case 4:
//new game //new game
turn = 0;
play = [-1,-1,-1,-1]; play = [-1,-1,-1,-1];
game = []; game = [];
endgame=false; endgame=false;
@ -189,10 +190,3 @@ Bangle.on('touch', function(zone,e) {
game = []; game = [];
get_secret(); get_secret();
draw(); draw();
//Bangle.loadWidgets();
//Bangle.drawWidgets();