- Degelijke pre state integratie.

- Help state naar volledigheid geintegreerd.
This commit is contained in:
Bilel Bghiel
2015-06-22 09:51:30 +02:00
parent 6d354d0675
commit 25828bdbf9
4 changed files with 26 additions and 23 deletions
+4 -2
View File
@@ -32,7 +32,8 @@ public class Images {
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"))));
images.add(toCompatibleImage(ImageIO.read(Main.class.getResource("/image/gameover.png")))); // HELP, MAAR NOG GEEN JUIST PLAATJE
images.add(toCompatibleImage(ImageIO.read(Main.class.getResource("/image/help.png"))));
images.add(toCompatibleImage(ImageIO.read(Main.class.getResource("/image/screenshot.png")))); // HELP, MAAR NOG GEEN JUIST PLAATJE
} catch (IOException e) {
e.printStackTrace();
}
@@ -45,7 +46,8 @@ public class Images {
public enum ImageType {
pulse, cursor, pressstart,
colorstrike, background, aanwijzers,
kast, gameover, help
kast, gameover, help,
screenshot
}
public static BufferedImage readImage(File f) {