GameSprint1Done, little bug. When aiming right down not possible to hit with button 1 and 3 :S

This commit is contained in:
Remco
2015-05-26 22:14:44 +02:00
parent 2af16890d4
commit 3bc4f55f5a
18 changed files with 515 additions and 84 deletions
+2 -1
View File
@@ -19,6 +19,7 @@ public class Images{
static{
try{
images.add(ImageIO.read(Main.class.getResource("/image/player.png")));
images.add(ImageIO.read(Main.class.getResource("/image/player2.png")));
}catch(IOException e){
e.printStackTrace();
@@ -32,6 +33,6 @@ public class Images{
public enum ImageType
{
player
player,player2
}
}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB