bitbrain / beehave

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

:bug: expose blackboard properties correctly #294

Closed bitbrain closed 8 months ago

bitbrain commented 8 months ago

Closes #293

Description

The issue was that we accidentally exposed the inner state of a blackboard. However, blackboards internally have a dictionary of dictionaries. Instead, we ensure to only expose the default blackboard via properties.