score: add keymap comment

master
Rob Pilling 2025-04-28 20:41:36 +01:00
parent 32256292a8
commit f764b0a7e5
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ function setupInputWatchers(init) {
let i = settings.mirrorScoreButtons ? v : v * -1;
handleInput(Math.floor((i+2)/2));
} else {
// +1 -> 4
// -1 -> 3
handleInput(Math.floor((v+2)/2)+3);
}
}