pixel collision
Can this be done?
I have tiles or sprites that are considered to be "block". That means i can step on this tile but it will not make the player fall through it. Normal sprite or tile has rectangular size. Is there a way to test pixel perfect collision or i return back to the old way of defining some sort of collision lines that will prevent the player to fall through?