Menu added and having fun~!

This commit is contained in:
Daniel
2015-05-29 18:07:21 +02:00
parent 7263442ea3
commit 7251d919ae
4 changed files with 48 additions and 6 deletions
+3 -2
View File
@@ -20,7 +20,8 @@ public class Images{
try{
images.add(ImageIO.read(Main.class.getResource("/image/player.png")));
images.add(ImageIO.read(Main.class.getResource("/image/player2.png")));
images.add(ImageIO.read(Main.class.getResource("/image/pressstart.png")));
}catch(IOException e){
e.printStackTrace();
}
@@ -33,6 +34,6 @@ public class Images{
public enum ImageType
{
player,player2
player,player2, pressstart
}
}