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