TinyCircuits / TinyCircuits-Tiny-Game-Engine

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

Reimplement GUI elements navigation. #46

Closed TPReal closed 4 months ago

TPReal commented 4 months ago

The new implementation allows moving through GUI nodes diagonally when two dpad buttons are held. It also reduces the number of heavy calculations, which might improve the performance.

TinyCircuits commented 4 months ago

LGTM