From 9a4fd8ad126e0c0e7f4c5ec69d8fe33ad5936513 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Tue, 19 Sep 2023 13:45:56 +0200 Subject: [PATCH] Update script template --- editor/limbo_ai_editor_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/limbo_ai_editor_plugin.cpp b/editor/limbo_ai_editor_plugin.cpp index 668f7d1..82f5933 100644 --- a/editor/limbo_ai_editor_plugin.cpp +++ b/editor/limbo_ai_editor_plugin.cpp @@ -474,7 +474,7 @@ void LimboAIEditor::_misc_option_selected(int p_id) { "_TS_pass\n" "\n\n" "# Called each time this task is ticked (aka executed).\n" - "func _tick(delta: float) -> int:\n" + "func _tick(delta: float) -> Status:\n" "_TS_return SUCCESS\n"; f->store_string(script_template);