Defold Example Projects
#defold #sample #example #gamedev #starter #template
|
před 6 měsíci | |
---|---|---|
.github | před 10 měsíci | |
animation | před 7 měsíci | |
basics | před 7 měsíci | |
collection | před 7 měsíci | |
debug | před 7 měsíci | |
factory | před 7 měsíci | |
file | před 7 měsíci | |
gui | před 7 měsíci | |
input | před 7 měsíci | |
material | před 7 měsíci | |
mesh | před 7 měsíci | |
model | před 6 měsíci | |
movement | před 7 měsíci | |
particles | před 7 měsíci | |
physics | před 7 měsíci | |
render | před 6 měsíci | |
resource | před 7 měsíci | |
sound | před 7 měsíci | |
sprite | před 7 měsíci | |
tilemap | před 7 měsíci | |
timer | před 7 měsíci | |
.gitignore | před 6 měsíci | |
README.md | před 7 měsíci |
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