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