ppb / pursuedpybear

A python game engine.
https://ppb.dev/
Artistic License 2.0
258 stars 98 forks source link

fix diagonal movement rate #712

Closed jepler closed 4 months ago

jepler commented 4 months ago

Note that scale_to gracefully handles the zero vector, so no special case is needed.

Jamie and I discussed and both had the gut feeling that leaving the direction property unchanged from now (so that its elements are still always +1, -1, or 0) was easier for implementation but could also make sense when explained.

Closes: #709

AstraLuma commented 4 months ago

Where is Binnie?