This translation is community contributed and may not be up to date. We only maintain the English version of the documentation. Read this manual in English
Ви можете додати власні шаблони проєктів до вікна New Project:

Щоб додати одну або кілька нових вкладок із власними шаблонами проєктів, потрібно додати файл welcome.edn до папки .defold у домашній папці користувача:
.defold у домашній папці користувача.
C:\Users\**Your Username**\.defold/Users/**Your Username**/.defold~/.defoldwelcome.edn у папці .defoldФайл welcome.edn використовує формат Extensible Data Notation. Приклад:
{:new-project
{:categories [
{:label "My Templates"
:templates [
{:name "My project"
:description "My template with everything set up the way I want it."
:image "empty.svg"
:zip-url "https://github.com/britzl/template-project/archive/master.zip"
:skip-root? true},
{:name "My other project"
:description "My other template with everything set up the way I want it."
:image "empty.svg"
:zip-url "https://github.com/britzl/template-other-project/archive/master.zip"
:skip-root? true}]
}]
}
}
Це створить список шаблонів, показаний на знімку екрана вище.
Можна використовувати лише зображення шаблонів, що постачаються з редактором.
Did you spot an error or do you have a suggestion? Please let us know on GitHub!
GITHUB