TinyCircuits / TinyCircuits-Tiny-Game-Engine

MicroPython game engine for TinyCircuits Thumby Color
GNU General Public License v3.0
10 stars 2 forks source link

Increase layer count and change layer API #63

Closed TinyCircuits closed 4 months ago

TinyCircuits commented 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.