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

Auto move by tiles crossed #323

Open owalk opened 10 months ago

owalk commented 10 months ago

Change the auto move functions to be based on tiles crossed instead of by time.

Convert the patrol movement to the new style Convert the thrown movement to the new style Convert the charge movement to the new style

Patrol state method currently based on time. Needs to track how many tiles have been passed Patrol for x many tiles, not time component at all!!! Then change thrown and charge movements to not include time.

Sean-Nishi commented 9 months ago

Winding Up Charge state will require time before changing to Charging state.