Hi everyone,
I've just finished the "programming" side of my game. All that's left now is creating and adding the graphics and audio. I've used simple sprites with solid colours but with the correct size in each layout. I will just add the graphics to the sprites and everything should be fine.
However, there is one issue I just noticed.
I've created a single sprite for all the floor in my levels....but I want them to have different textures throughout the levels.
Can I make them unique, or make them an entirely new sprite object, without having to delete the old ones, create new ones and manually place them all over the layout?
Any help would be greatly appreciated.