fgenesis / tinypile

Assorted small one-or-two-file libs. C/C++. Public domain. Cross-platform. No deps.
The Unlicense
85 stars 14 forks source link

Adding optional Diagonals #11

Open TwoAbove opened 2 years ago

TwoAbove commented 2 years ago

Hey! Great JPL library!

I'm using it and it's great so far, but I'm missing the option to remove diagonal movement (for my use-case, this can lead to wall jumping)

Can you give me pointers to what would need to be changed and how you see the runtime param?

Thanks!