diff --git a/gdextension/limboai.gdextension b/gdextension/limboai.gdextension index 04747ed..44cc495 100644 --- a/gdextension/limboai.gdextension +++ b/gdextension/limboai.gdextension @@ -68,6 +68,7 @@ BTTimeLimit = "res://addons/limboai/icons/BTTimeLimit.svg" BTWait = "res://addons/limboai/icons/BTWait.svg" BTWaitTicks = "res://addons/limboai/icons/BTWaitTicks.svg" BehaviorTree = "res://addons/limboai/icons/BehaviorTree.svg" +BehaviorTreeView = "res://addons/limboai/icons/BehaviorTreeView.svg" BlackboardPlan = "res://addons/limboai/icons/BlackboardPlan.svg" LimboAI = "res://addons/limboai/icons/LimboAI.svg" LimboDeselectAll = "res://addons/limboai/icons/LimboDeselectAll.svg" diff --git a/icons/BehaviorTreeView.svg b/icons/BehaviorTreeView.svg new file mode 100644 index 0000000..8deff60 --- /dev/null +++ b/icons/BehaviorTreeView.svg @@ -0,0 +1 @@ + \ No newline at end of file