PREGAMESTATE YUYYYYY

This commit is contained in:
Dofensmirtsz
2015-06-11 17:05:01 +02:00
parent e979252aae
commit b89ea8a5df
6 changed files with 84 additions and 4 deletions
+3 -1
View File
@@ -33,6 +33,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/screenshot.png"))));
} catch (IOException e) {
e.printStackTrace();
}
@@ -43,7 +45,7 @@ public class Images {
}
public enum ImageType {
pulse,cursor,pressstart,colorstrike,background,aanwijzers,kast,gameover
pulse,cursor,pressstart,colorstrike,background,aanwijzers,kast,gameover, screenshot
}
public static BufferedImage readImage(File f) {
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB