In C2, what is the best way to display a resizable rectangle? With this plugin?
Or just make a square sprite and change its dimensions?
Or is it about the same in terms of memory/speed for a 1-50 instances?
One thing I want to do is make a view-port rectangle in a minimap.
(A one-pixel un-filled rectangle would work. Or I could draw a rectangular sprite, resized on the fly, to represent the same thing.)
Thanks