I'm trying to make another collision engine game, however in order to do this I need to know how position is changed by the move() method based on the direction it's facing. If I try to make my game without detecting ahead of the player, it will make a LOT of glitches happen!
I don't know where to view to code for the move() method. Could someone please help?

