cervus icon indicating copy to clipboard operation
cervus copied to clipboard

Implement `Entity.clone`

Open michalbe opened this issue 7 years ago • 0 comments

Keep in mind that each component keeps a reference to an Entity it's assigned to, and this Entity has map of components, so standard deepCloning won't work here.

Related issues:

  • https://github.com/michalbe/cervus/issues/95

michalbe avatar Sep 10 '17 21:09 michalbe