removed junk
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
let buttonSelectScore = 0;
|
||||
let searchName = '';
|
||||
let dataIsCalled = false;
|
||||
let clearDataOnce = false;
|
||||
function keyPressed() {
|
||||
// Check if the back button was selected and the Enter key was pressed
|
||||
if (keyCode == ENTER && buttonSelectScore == 0) {
|
||||
scorescreenOn = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function preload() {
|
||||
|
Reference in New Issue
Block a user