First bug free game?

This commit is contained in:
Remco
2015-05-28 09:30:17 +02:00
parent 2af16890d4
commit dc8f3c92e4
21 changed files with 575 additions and 167 deletions
+2 -1
View File
@@ -19,6 +19,7 @@ public class Images{
static{
try{
images.add(ImageIO.read(Main.class.getResource("/image/player.png")));
images.add(ImageIO.read(Main.class.getResource("/image/player2.png")));
}catch(IOException e){
e.printStackTrace();
@@ -32,6 +33,6 @@ public class Images{
public enum ImageType
{
player
player,player2
}
}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB