ecsyjs / ecsy

Entity Component System for javascript
https://ecsyjs.github.io/ecsy/
MIT License
1.11k stars 115 forks source link

Handle component property default values correctly #208

Closed robertlong closed 4 years ago

robertlong commented 4 years ago

This PR adds a type for a PropType or PropTypeDefinition's default value and proper copying and cloning of types with a null/undefined default value.