Mooie aanwijzer voor submenu, met mooie spritesheet
This commit is contained in:
+2
-1
@@ -24,6 +24,7 @@ public class Images {
|
||||
images.add(ImageIO.read(Main.class.getResource("/image/pressstart.png")));
|
||||
images.add(ImageIO.read(Main.class.getResource("/image/colorstrike.png")));
|
||||
images.add(ImageIO.read(Main.class.getResource("/image/background.png")));
|
||||
images.add(ImageIO.read(Main.class.getResource("/image/aanwijzers4sho.png")));
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
@@ -34,7 +35,7 @@ public class Images {
|
||||
}
|
||||
|
||||
public enum ImageType {
|
||||
player,player2,pressstart,colorstrike,background
|
||||
player,player2,pressstart,colorstrike,background,aanwijzers
|
||||
}
|
||||
|
||||
public static BufferedImage readImage(File f) {
|
||||
|
||||
Reference in New Issue
Block a user