1
0
Fork 0

Fix app name on reload

master
marko 2022-05-16 14:12:04 -04:00
parent c83c82bd09
commit fec2074764
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ function epilogue(str) {
g.setFont("Vector", 24).setFontAlign(0, 0, 0).setColor(0, 0, 0).drawString(str, g.getWidth()/2, g.getHeight()/2).flip();
g.setFont("Vector", 16).drawString("<= again exit =>", g.getWidth()/2, g.getHeight()/2+20);
clearInterval(stepInterval);
Bangle.on("swipe", (d) => { if (d>0) load(); else load('falcon.app.js'); });
Bangle.on("swipe", (d) => { if (d>0) load(); else load('f9lander.app.js'); });
}
function gameStep() {