Exception in thread “Thread-0” java.lang.IllegalArgumentException: input == null!
at javax.imageio.ImageIO.read(ImageIO.java:1388)
at com.townrpg.core.gfx.ImageLoader.load(ImageLoader.java:11)
at com.townrpg.core.Game.init(Game.java:47)
at com.townrpg.core.Game.run(Game.java:86)
at java.lang.Thread.run(Thread.java:745)
Source Code: https://github.com/MastaKillaGamer/TownRPG
After i fixed up my ImageLoader, SpriteSheet, and Tile Classes ive been getting this Error and i cant seem to find the root of the issue, may the java game dev gods come and assist me please .