Nice, I suppose theres not going to be any level sharing feature though? =p
Printable View
Nice, I suppose theres not going to be any level sharing feature though? =p
i just wanted to see if i could build something similar to pitch in anyways it seem's like your ver is drawing to a main mc, where's me and squidgie90 used arrays to hold our lines making it far easier to undo the lines than your method
I agree with you there wholeheartedly. The problem with an undo function in my game is that there are both curvey and line drawings and also I have several mcs relying on the regular ground to function making it very tricky to undo stuff.
well, you could just create a new array to hold all items that are drawn/place, and then loop through them to delete each of them, that way, you can delete anything in the game,not just lines