So, i created pacman in a way where I print a map that i read from a txt file, I'm using tiles to build the map, then I do a CopyScreen to render all the map in only one image. My problem is what I do about the food, there is a way to modify a image without printing? If I can do that, i will just print a floor tile over the food tile.
Or there is a better way to handle this?