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 penceresine kendi özel proje şablonlarınızı (project templates) ekleyebilirsiniz:

Özel proje şablonları içeren bir veya daha fazla yeni sekme eklemek için kullanıcı ana dizininizdeki .defold klasörüne bir welcome.edn dosyası eklemeniz gerekir:
.defold adlı bir klasör oluşturun.
C:\Users\**Your Username**\.defold/Users/**Your Username**/.defold~/.defold.defold klasöründe bir welcome.edn dosyası oluşturunwelcome.edn dosyası Extensible Data Notation biçimini kullanır. Örnek:
{: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}]
}]
}
}
Bu, yukarıdaki ekran görüntüsünde görülen şablon listesini oluşturur.
Yalnızca düzenleyiciyle birlikte gelen şablon görsellerini kullanabilirsiniz.
Did you spot an error or do you have a suggestion? Please let us know on GitHub!
GITHUB