Terasology / Behaviors

Store for an assortment of behaviors that can be applied to creatures
https://terasology.github.io/Behaviors
6 stars 18 forks source link

chore: add debug logs for movement plugins #94

Closed jdrueckert closed 2 years ago

jdrueckert commented 2 years ago
jdrueckert commented 2 years ago

The changes of this PR should not result in any new test failures. I created https://github.com/Terasology/Behaviors/pull/95 to run the tests without any changes to see if there's currently any existing test failures that result from any changes outside of this module since develop was last built.

jdrueckert commented 2 years ago

The reference PR shows, that the "[walking, leaping]: jump over" test already fails before this PR. It needs to be fixed in a follow-up outside of this PR.