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
Puoi aggiungere i tuoi modelli di progetto personalizzati alla finestra New Project:

Per aggiungere una o più nuove schede con modelli di progetto personalizzati, devi aggiungere un file welcome.edn nella cartella .defold all’interno della tua cartella personale:
.defold nella tua cartella personale.
C:\Users\**Your Username**\.defold/Users/**Your Username**/.defold~/.defoldwelcome.edn nella cartella .defoldIl file welcome.edn usa il formato Extensible Data Notation. Esempio:
{: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}]
}]
}
}
Questo crea l’elenco di modelli visibile nella schermata qui sopra.
Puoi usare soltanto le immagini dei modelli incluse nell’editor.
Did you spot an error or do you have a suggestion? Please let us know on GitHub!
GITHUB