Defold Example Projects
#defold #sample #example #gamedev #starter #template
|
3 ماه پیش | |
---|---|---|
.github | 3 ماه پیش | |
animation | 3 ماه پیش | |
basics | 3 ماه پیش | |
collection | 3 ماه پیش | |
debug | 3 ماه پیش | |
factory | 3 ماه پیش | |
file | 3 ماه پیش | |
gui | 3 ماه پیش | |
input | 3 ماه پیش | |
material | 3 ماه پیش | |
mesh | 3 ماه پیش | |
model | 3 ماه پیش | |
movement | 3 ماه پیش | |
particles | 3 ماه پیش | |
physics | 3 ماه پیش | |
render | 3 ماه پیش | |
resource | 3 ماه پیش | |
sound | 3 ماه پیش | |
sprite | 3 ماه پیش | |
tilemap | 3 ماه پیش | |
timer | 3 ماه پیش | |
.gitignore | 6 ماه پیش | |
README.md | 3 ماه پیش |
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: foobar.script
---
List any scripts your example uses in the scripts
field of the file header