Wobble icon indicating copy to clipboard operation
Wobble copied to clipboard

Use BackToFront as a default SpriteSortMode + LayerDepth for drawables

Open Swan opened this issue 7 years ago • 0 comments

Wobble currently uses SpriteSortMode.Immediate as a default which is relatively slow and doesn't support Z-indexing.

Drawables should be able to specify their own layer depth in its Draw call.

Swan avatar Apr 21 '19 15:04 Swan