Feature/help state

Conflicts:
	image/Images.java
This commit is contained in:
jancoow
2015-06-26 21:17:09 +02:00
6 changed files with 129 additions and 23 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ public class Images {
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/screenshot.png"))));
images.add(toCompatibleImage(ImageIO.read(Main.class.getResource("/image/help.png"))));
} catch (IOException e) {
e.printStackTrace();
}
@@ -45,7 +45,7 @@ public class Images {
}
public enum ImageType {
pulse,cursor,pressstart,colorstrike,background,aanwijzers,kast,gameover, screenshot
pulse,cursor,pressstart,colorstrike,background,aanwijzers,kast,gameover, screenshot, help
}
public static BufferedImage readImage(File f) {
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB