When duplicating a metasprite, the name is also duplicated, which causes compiler errors when exporting to C (which doesn't support duplicate array name entries).
I'll look into autonumbering duplicates. Thanks!Edit: Fixed. Copypasted metasprite labels will append a unique number ("_1" for example) instead of "_copy" in future versions.
awesome. Thanks!