I have this big problem with my code, here it is:
https://www.dropbox.com/s/2lc6iygbx2gwlqj/Screenshot%202014-07-19%2011.24.20.png
here is my ERROR:
Exception in thread "Thread-0" java.lang.IllegalArgumentException: input == null!
at javax.imageio.ImageIO.read(ImageIO.java:1348)
at ca.gingerninja.game.gfx.SpriteSheet.<init>(SpriteSheet.java:19)
at ca.gingerninja.game.Game.Screen(Game.java:55)
at ca.gingerninja.game.Game.run(Game.java:78)
at java.lang.Thread.run(Thread.java:745)
Can someone please help, I would really like to continue with my game!