Oleksandr Zaitsev
Oleksandr Zaitsev
There is too much granularity in the Spec classes. This creates circular dependencies and makes it difficult to access the simulation object that is being created / initialized. Also, the...
If we right-click on a cell, we'll get a context menu to inspect it. But to inspect an aggregate, we have to navigate through the cell inspector to aggregates >...
- pov should be an instance-side attribute of the entity. This would allow us to dynamically change it for individual entities - the entity can store a dictionary of povs...
And if it is opened already, then simply move this window up without opening a new one
To show an example on how we can extend the standard functionality: ```st MyAgent >> die "do something special" super die ```