consolidated rotation control

This commit is contained in:
MaxRobinsonTheGreat
2021-12-18 13:37:15 -06:00
parent f6db669adb
commit 653a6c3f31
4 changed files with 9 additions and 17 deletions

View File

@@ -16,8 +16,7 @@ const Hyperparams = {
this.changeProb = 33;
this.removeProb = 33;
this.moversCanRotate = true;
this.offspringRotate = true;
this.rotationEnabled = true;
this.foodBlocksReproduction = true;
this.moversCanProduce = false;