I have multiple tiles in an array list. I want to set collision between them and the player. Currently, I am trying to do the collision check by a static boolean in the player class, but with this:...