HelpState beter gemaakt

This commit is contained in:
Daniel
2015-06-18 17:41:18 +02:00
parent 2d9daf8844
commit 35c6c27d15
4 changed files with 103 additions and 6 deletions
+2 -1
View File
@@ -33,6 +33,7 @@ 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/help.png"))));
} catch (IOException e) {
e.printStackTrace();
}
@@ -43,7 +44,7 @@ public class Images {
}
public enum ImageType {
pulse,cursor,pressstart,colorstrike,background,aanwijzers,kast,gameover
pulse,cursor,pressstart,colorstrike,background,aanwijzers,kast,gameover,help
}
public static BufferedImage readImage(File f) {