defold / examples

Defold examples for the Learn section of the site
https://www.defold.com/examples/
109 stars 28 forks source link
hacktoberfest

Defold examples

This repository includes the Defold examples application used in the examples section on https://defold.com/examples

Adding more 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:

---
title: Foobar
brief: This example shows how to use foobar.
scripts: foobar.script
---