Defold Example Projects
#defold #sample #example #gamedev #starter #template
|
|
1 month ago | |
|---|---|---|
| .github | 6 months ago | |
| animation | 1 month ago | |
| basics | 1 month ago | |
| collection | 7 months ago | |
| debug | 1 month ago | |
| factory | 1 month ago | |
| file | 2 months ago | |
| gui | 5 months ago | |
| input | 6 months ago | |
| material | 2 months ago | |
| mesh | 4 months ago | |
| model | 1 month ago | |
| movement | 1 month ago | |
| particles | 2 months ago | |
| physics | 5 months ago | |
| render | 1 month ago | |
| resource | 5 months ago | |
| sound | 5 months ago | |
| sprite | 4 months ago | |
| tilemap | 5 months ago | |
| timer | 7 months ago | |
| .gitattributes | 3 months ago | |
| .gitignore | 9 months ago | |
| LICENSE | 6 months ago | |
| README.md | 6 months ago | |
| create_archives.py | 6 months ago |
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/spriteexamples/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