GameSprint1Done, little bug. When aiming right down not possible to hit with button 1 and 3 :S
This commit is contained in:
+2
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user