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