I keep running into a NullPointerException problem could anyone please help me solve this issue.
This problem occurs whenever I get close to a chest or get hit by an enemy (I think both are caused by the same problem in either Player.class or Dungeon.class, most likely Dungeon)
My project

