tabs
parent
4ed167d1b6
commit
22a722346c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue