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

Grab clock from level manager in NPC patrol #231

Open owalk opened 11 months ago

owalk commented 11 months ago

patrol should not have it's own clock

Sean-Nishi commented 11 months ago

Patrol and Throw need access to LevelManager's clock Possible set_timer() method in NPC.