-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Currently you have to define your own movement detector instance in a class. To save work time, it should be done by the ChunkSystem itself, by invoking the detector.
Problem: the detector must be updated on some kind of update() method. That's the reason why it's currently not handled by chunx itself.