Added some birth distance stuff
This commit is contained in:
@@ -66,6 +66,7 @@ class OrganismEditor extends Environment{
|
||||
var center = this.grid_map.getCenter();
|
||||
this.organism = new Organism(center[0], center[1], this, orig_org);
|
||||
this.organism.updateGrid();
|
||||
this.controller.updateDetails();
|
||||
}
|
||||
|
||||
getCopyOfOrg() {
|
||||
|
||||
Reference in New Issue
Block a user