master
Hank 2022-07-07 13:13:40 +02:00
parent 4ed167d1b6
commit 22a722346c
1 changed files with 17 additions and 18 deletions

View File

@ -23,7 +23,7 @@ function setColor(delta){
}
function updownHandler(direction){
if (direction == undefined){
if (direction == undefined){
c=1;
setColor(0);
} else {
@ -32,7 +32,6 @@ function updownHandler(direction){
}
setColor(0);
g.drawImage(icoBeer,0,100);
g.drawImage(icoCocktail,40,100);
g.drawImage(icoShot,80,100);