pyramidscheme / pyramidtriangles

Software to run the Pyramid Scheme triangles
3 stars 0 forks source link

Fixes simulator with a little hack on model.set() #14

Closed sul3n3t closed 5 years ago

sul3n3t commented 5 years ago

This should fix the simulator. It does so with a small hack on ModelBase.set() to allow an Address or cell ID. If we get to the point of the simulator supporting pixels, we could have it more mimic the other models.

The simulator cells are now zero-indexed. It was confusing to have them be different than elsewhere.

This also renames a bunch of confusing variables in the simulator processing file. The label loading functionality didn't seem to do anything. Labels are still present without it. And "dark mode" didn't seem to work.