Defold Example Projects
#defold #sample #example #gamedev #starter #template
|
há 4 dias atrás | |
---|---|---|
.github | há 4 meses atrás | |
animation | há 2 meses atrás | |
basics | há 4 meses atrás | |
collection | há 4 meses atrás | |
debug | há 4 meses atrás | |
factory | há 4 meses atrás | |
file | há 4 meses atrás | |
gui | há 2 meses atrás | |
input | há 4 meses atrás | |
material | há 2 meses atrás | |
mesh | há 2 meses atrás | |
model | há 1 mês atrás | |
movement | há 2 meses atrás | |
particles | há 2 meses atrás | |
physics | há 2 meses atrás | |
render | há 1 mês atrás | |
resource | há 2 meses atrás | |
sound | há 2 meses atrás | |
sprite | há 1 mês atrás | |
tilemap | há 2 meses atrás | |
timer | há 4 meses atrás | |
.gitattributes | há 4 dias atrás | |
.gitignore | há 6 meses atrás | |
LICENSE | há 4 meses atrás | |
README.md | há 4 meses atrás | |
create_archives.py | há 4 meses atrás |
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