Explorar el Código

kast veranderd

Dofensmirtsz hace 10 años
padre
commit
8c858e93e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      model/gameState/TitleState.java

+ 1 - 1
model/gameState/TitleState.java

@@ -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), 100,300,300,400,null);
 	}
 
 	@Override