TinyCircuits / TinyCircuits-Tiny-Game-Engine

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

Math #31

Closed TPReal closed 5 months ago

TPReal commented 5 months ago
TinyCircuits commented 5 months ago

If you could, let's switch out the ternaries for if-statements. That's the one consistent code style aspect that is consistent (except for the min and max MACROs).

TPReal commented 5 months ago

Done. Don't understand why you don't like the ternary though :)