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