Zediwan / PyEvoSim

A python based cellular evolution simulation
Mozilla Public License 2.0
3 stars 3 forks source link

Remove stat panel when the organism dies #66

Closed Zediwan closed 5 months ago

Zediwan commented 5 months ago

The stat panel is now currently still being displayed if the animal dies but this should not happen

Zediwan commented 5 months ago

implemented the option to remove stat panels once an organism dies (in config.py). Just set show_dead_organisms_stats = False if this should be disabled