fixed walls, species names, added max org

This commit is contained in:
MaxRobinsonTheGreat
2023-05-27 18:42:09 -05:00
parent 53118e9340
commit aeb0d1861c
9 changed files with 42 additions and 13 deletions

View File

@@ -53,6 +53,7 @@ class EditorController extends CanvasController{
}
updateDetails() {
$('.species-name').text("Species name: "+this.env.organism.species.name);
$('.cell-count').text("Cell count: "+this.env.organism.anatomy.cells.length);
if (this.env.organism.isNatural()){
$('#unnatural-org-warning').css('display', 'none');