cervus
cervus copied to clipboard
Implement `Entity.clone`
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