Commenting BEEP as I don't need it right now

master
IsReal8a 2025-07-03 14:45:01 +02:00
parent 3bed4a9e10
commit 43e851c82d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
let lives = 3; let lives = 3;
const storage = require("Storage"); const storage = require("Storage");
const BEEP = () => Bangle.buzz(100); //const BEEP = () => Bangle.buzz(100);
function loadHighScore() { function loadHighScore() {
const saved = storage.readJSON("breakout_highscore.json", 1); const saved = storage.readJSON("breakout_highscore.json", 1);