Closed TinyCircuits closed 4 months ago
This changes the layer count from 0 ~ 7 to 0 ~ 127. This also cleans up some of the attribute handling code for nodes.
Also, instead of .set_layer() and .get_layer() nodes now have a .layer attribute.
.set_layer()
.get_layer()
.layer
This changes the layer count from 0 ~ 7 to 0 ~ 127. This also cleans up some of the attribute handling code for nodes.
Also, instead of
.set_layer()
and.get_layer()
nodes now have a.layer
attribute.