Tagged: pixel movement

3

Dev log: Demystifying movement collision detection

In a previous dev log, we explored how movement is done and I provided a very bare-bones implementation of “pixel movement”, which allows you to move your character along a finer movement grid. In this article, we explore how map movement collision...