Gameover toegevoegt

This commit is contained in:
Daniel
2015-06-08 14:50:38 +02:00
parent 236b74ba7c
commit 85107d85a9
4 changed files with 12 additions and 8 deletions
+2 -1
View File
@@ -32,6 +32,7 @@ public class Images {
images.add(toCompatibleImage(ImageIO.read(Main.class.getResource("/image/background.png"))));
images.add(toCompatibleImage(ImageIO.read(Main.class.getResource("/image/aanwijzers4sho.png"))));
images.add(toCompatibleImage(ImageIO.read(Main.class.getResource("/image/kast.png"))));
images.add(toCompatibleImage(ImageIO.read(Main.class.getResource("/image/gameover.png"))));
} catch (IOException e) {
e.printStackTrace();
}
@@ -42,7 +43,7 @@ public class Images {
}
public enum ImageType {
pulse,cursor,pressstart,colorstrike,background,aanwijzers,kast
pulse,cursor,pressstart,colorstrike,background,aanwijzers,kast,gameover
}
public static BufferedImage readImage(File f) {