Merge branch 'version-2' into version-2-dev

This commit is contained in:
Stefan Zermatten
2022-05-09 12:46:09 +02:00
9 changed files with 127 additions and 34 deletions

View File

@@ -73,7 +73,7 @@ function getCreature(creatureId){
export function buildComputationFromProps(properties, creature){
const computation = new CreatureComputation(properties);
const computation = new CreatureComputation(properties, creature);
// Dependency graph where edge(a, b) means a depends on b
// The graph includes all dependencies even of inactive properties
// such that any properties changing without changing their dependencies