Poobslag / turbofat

Block-dropping puzzle game
MIT License
46 stars 14 forks source link

Creature Editor should not show black pixels when selecting feature #2531

Open Poobslag opened 1 month ago

Poobslag commented 1 month ago

When changing the creature's appearance in the creature editor, parts of the creature blink black as the creature is redrawn. We should avoid this.

One approach might be to have an offscreen creature where we make the changes, and then we swap them in once the appearance is updated.

Another approach might be to replace the creature with a poof cloud which gradually clears once the appearance is updated.

Or, maybe a little combination of both.