Yeah! If you look at the code, its just a 2D array, so, instead of drawing squares to determine if a cell is 1 or 0, you could set a sprite if its 1. Then offset, scale, and rotate them all around the player (rotating would require SIN() and COS() usage)