Create a new clone of a sprite.

A clone is an exact copy that shares the same geometry: modifying the original will also modify its clones.

clone s as c
ssprite name
cnew sprite name
Sourceclone "cube" as "cube-2"