diff --git a/README.md b/README.md index dd829c5..9fbfcd6 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,14 @@ Behavior Trees are powerful hierarchical structures used to model and control th ## Demonstration +![Charger from Demo](doc/images/demo_charger.gif) + +### Videos + [![Demonstration](https://img.youtube.com/vi/NWaMArUg7mY/0.jpg)](https://www.youtube.com/watch?v=NWaMArUg7mY) >**🛈 Demo project** lives in the `demo` folder and is available separately in [**Releases**](https://github.com/limbonaut/limboai/releases). -> It includes a tutorial providing an introduction to behavior trees with examples. +> It contains a tutorial that introduces behavior trees and includes examples. ## Features diff --git a/demo/demo/agents/03_agent_imp.tscn b/demo/demo/agents/03_agent_imp.tscn index 17b3e34..b261671 100644 --- a/demo/demo/agents/03_agent_imp.tscn +++ b/demo/demo/agents/03_agent_imp.tscn @@ -5,7 +5,7 @@ [ext_resource type="BehaviorTree" uid="uid://c2bxoo68ywb27" path="res://demo/ai/trees/03_agent_imp.tres" id="3_furh3"] [sub_resource type="BlackboardPlan" id="BlackboardPlan_aog23"] -var/speed/name = "speed" +var/speed/name = &"speed" var/speed/type = 3 var/speed/value = 400.0 var/speed/hint = 1 diff --git a/doc/images/demo_charger.gif b/doc/images/demo_charger.gif new file mode 100644 index 0000000..1fd019c Binary files /dev/null and b/doc/images/demo_charger.gif differ