Defold Example Projects
#defold #sample #example #gamedev #starter #template
|
il y a 4 jours | |
---|---|---|
.github | il y a 4 mois | |
animation | il y a 2 mois | |
basics | il y a 4 mois | |
collection | il y a 4 mois | |
debug | il y a 4 mois | |
factory | il y a 4 mois | |
file | il y a 4 mois | |
gui | il y a 2 mois | |
input | il y a 4 mois | |
material | il y a 2 mois | |
mesh | il y a 2 mois | |
model | il y a 1 mois | |
movement | il y a 2 mois | |
particles | il y a 2 mois | |
physics | il y a 2 mois | |
render | il y a 1 mois | |
resource | il y a 2 mois | |
sound | il y a 2 mois | |
sprite | il y a 1 mois | |
tilemap | il y a 2 mois | |
timer | il y a 4 mois | |
.gitattributes | il y a 4 jours | |
.gitignore | il y a 6 mois | |
LICENSE | il y a 4 mois | |
README.md | il y a 4 mois | |
create_archives.py | il y a 4 mois |
This repository includes the Defold examples used in the examples section on https://defold.com/examples
Examples are grouped by category, for instance "physics", "sprite" or "collection". Each group of examples has a folder in /examples. Here's how to add a new example named "foobar" to the "sprite" category:
foobar
in examples/sprite
examples/sprite/foobar/game.project
and the files required for your exampleCreate examples/sprite/foobar/example.md
with example documentation. The file must start with:
---
title: Foobar
brief: This example shows how to use foobar.
author: Defold Foundation
scripts: foo.script, bar.script
thumbnail: myimage.png
---
List any scripts your example uses in the scripts
field of the file header
The thumbnail image will be used on https://defold.com/examples