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

When walking in circle, tiles with speed=0 still sometimes move #383

Open Sean-Nishi opened 7 months ago

Sean-Nishi commented 7 months ago

When NPC's speed is set to 0, if they are facing the same direction as the player, the NPC moves across the map. When facing any other direction, will remain stationary.