Hi, I have recently been attempting to code a game similar to Dig-Dug, in the game I require the actor to have collision detection with a specific block, depending on the direction that he is moving, is there a way that I am able to convert a list of nearby Objects to an array of blocks so that I can check their X and Y coordinate relative to the character. Apologies if this came out convoluted if you need further clarification just ask. Thanks in advance.
