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
s sprite name c new sprite name
Source clone "cube" as "cube-2"

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
s sprite name c new sprite name
Source clone "cube" as "cube-2"