Update getting-started.md

This commit is contained in:
Serhii Snitsaruk 2023-12-24 01:16:53 +01:00 committed by GitHub
parent 3d9426c515
commit 586cdb24bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ Check out the `BTTask` class documentation in the editor, which provides the fou
## Creating custom tasks in GDScript
By default, user tasks should be placed in the `res://ai/tasks` folder. You can set an alternative location for user tasks in the `Project Settings → Limbo AI` (To see those options, `Advanced Settings` should be enabled in the Project Settings). Each subfolder within the user tasks folder is treated as a category. Therefore, if you create a subfolder named "motion_and_physics," your custom tasks in that folder will automatically be categorized under "Motion And Physics."
>**🛈 Note:** You can add a script template to your project with "Misc → Create script template" menu option.
### Task anatomy