bitbrain / beehave

🐝 behavior tree AI for Godot Engine
https://bitbra.in/beehave
MIT License
1.95k stars 119 forks source link

Add process thread to tree #251

Closed bitbrain closed 11 months ago

bitbrain commented 11 months ago

Description

Introduce a new mechanism to pick the thread beehave should run in.

Addressed issues

_Note: I called this ProcessThread rather than ProcessMode, as ProcessMode is already reserved by Godot.