Update script template
This commit is contained in:
parent
827dc80cce
commit
9a4fd8ad12
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue