Skip to content

PicoES v1.0.0-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ayebear ayebear released this 05 Nov 10:50
· 72 commits to master since this release
3bd7f1f
  • Added entity and component cloning support
    • Custom implementations of cloneArgs() and/or clone() can be provided for each registered component.
    • Fallback implementation of a simple shallow clone will be used in other cases
  • 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