Defold Example Projects
#defold #sample #example #gamedev #starter #template
|
пре 6 месеци | |
---|---|---|
.github | пре 10 месеци | |
animation | пре 7 месеци | |
basics | пре 7 месеци | |
collection | пре 7 месеци | |
debug | пре 7 месеци | |
factory | пре 7 месеци | |
file | пре 7 месеци | |
gui | пре 7 месеци | |
input | пре 7 месеци | |
material | пре 7 месеци | |
mesh | пре 7 месеци | |
model | пре 6 месеци | |
movement | пре 7 месеци | |
particles | пре 7 месеци | |
physics | пре 7 месеци | |
render | пре 6 месеци | |
resource | пре 7 месеци | |
sound | пре 7 месеци | |
sprite | пре 6 месеци | |
tilemap | пре 7 месеци | |
timer | пре 7 месеци | |
.gitignore | пре 6 месеци | |
README.md | пре 7 месеци |
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