Defold Example Projects
#defold #sample #example #gamedev #starter #template
|
hai 6 meses | |
---|---|---|
.github | hai 10 meses | |
animation | hai 7 meses | |
basics | hai 7 meses | |
collection | hai 7 meses | |
debug | hai 7 meses | |
factory | hai 7 meses | |
file | hai 7 meses | |
gui | hai 7 meses | |
input | hai 7 meses | |
material | hai 7 meses | |
mesh | hai 7 meses | |
model | hai 6 meses | |
movement | hai 7 meses | |
particles | hai 7 meses | |
physics | hai 7 meses | |
render | hai 6 meses | |
resource | hai 7 meses | |
sound | hai 7 meses | |
sprite | hai 6 meses | |
tilemap | hai 7 meses | |
timer | hai 7 meses | |
.gitignore | hai 6 meses | |
README.md | hai 7 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.
scripts: foobar.script
---
List any scripts your example uses in the scripts
field of the file header