Defold Example Projects
#defold #sample #example #gamedev #starter #template
|
4 luni în urmă | |
---|---|---|
.github | 10 luni în urmă | |
animation | 5 luni în urmă | |
basics | 5 luni în urmă | |
collection | 7 luni în urmă | |
debug | 7 luni în urmă | |
factory | 4 luni în urmă | |
file | 7 luni în urmă | |
gui | 7 luni în urmă | |
input | 5 luni în urmă | |
material | 5 luni în urmă | |
mesh | 7 luni în urmă | |
model | 5 luni în urmă | |
movement | 5 luni în urmă | |
particles | 7 luni în urmă | |
physics | 7 luni în urmă | |
render | 5 luni în urmă | |
resource | 7 luni în urmă | |
sound | 5 luni în urmă | |
sprite | 5 luni în urmă | |
tilemap | 7 luni în urmă | |
timer | 7 luni în urmă | |
.gitignore | 6 luni în urmă | |
README.md | 7 luni în urmă |
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