Sean-Nishi / M1Wengine

A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3 stars 0 forks source link

NPC only throws when collisions resolves #359

Open owalk opened 8 months ago

owalk commented 8 months ago

While currently touching an NPC, the throw will not execute. Throw only executes when no longer touching NPC.

This logic seems wrong. Change to throw after some condition such as a tile has been traversed, or a certain amount of time has passed, or immediately throw