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.
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.