PicoES v1.0.0-alpha3
Pre-release
Pre-release
- Added entity and component cloning support
- Custom implementations of
cloneArgs()
and/orclone()
can be provided for each registered component. - Fallback implementation of a simple shallow clone will be used in other cases
- Custom implementations of
- Default component values now get set to first argument, or undefined
- Added a
setWithFallback()
to have some more control over how unregistered components get set - Additional tests and code cleanup