Lawrencemm / LM-Engine

"The Vim of game engines"
MIT License
45 stars 4 forks source link

Fix overriding archetype component data in YAML #40

Closed Lawrencemm closed 4 years ago

Lawrencemm commented 4 years ago

Use assign_or_replace on the deserialised entity with its component YAML data since the components could have been assigned already from the archetype data.