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