This repository includes the Defold examples application 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/foobar.collection
with your exampleexamples/sprite/foobar/foobar.md
with example documentation. The file must start with:---
title: Foobar
brief: This example shows how to use foobar.
scripts: foobar.script
---
scripts
field of the file headerexamples/_main/loader.go
examples/_main/menu.gui_script