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