So I'm making this country simulator thing and I want to make it so that when the player clicks of a region, it gets highligthed to show it's selected.
Another thing I'm not entirely sure how to do is how to add a stroke effect (outline basically) around each province. The easy way would be to simply include the outline as part of the sprite (the idea is to have each individual region be it's own sprite on the map, unless that's a poor way to do it that is?), but the problem is that I need the ability to have regions change color including the stroke, should ownership change.