I want to teleport my player to the 8x8 Field NEXT to the Object where the bullet hits the object.
Why ? Because : if bullet.CollisionWith(Object) { player.SetPorition(bullet.X,bullet.Y); } wont work .
This gets the player stuck inside the object.
So , any smart solutions around here ?
EDIT: solved it myself, solution is :