Feature/title screen kast fix

This commit is contained in:
jancoow
2015-07-09 12:47:14 +02:00
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

+1 -1
View File
@@ -68,7 +68,7 @@ public class TitleState extends GameState {
xKast = indexKast/10;
xKast%=4;
//g2.drawImage(kast.getSubimage(xKast*300,0,300,400), 640-122,650,300,400,null);
g2.drawImage(kast.getSubimage(xKast*300,0,300,400), 100,300,300,400,null);
g2.drawImage(kast.getSubimage(xKast*600,0,600,800), 490,624,300,400,null);
}
@Override