chsxf / CiderKit

SpriteKit-based game engine, written in Swift, and provided with custom authoring tools
MIT License
6 stars 0 forks source link

Asset instance outlines are displayed with the wrong colors #25

Closed chsxf closed 6 months ago

chsxf commented 6 months ago

Because the outline is a child node of the actual asset instance nodes, they are displayed with the wrong colors. We should extract them from the asset instances and draw them separately.