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 | преди 7 месеца | |
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