Defold Example Projects
#defold #sample #example #gamedev #starter #template

Björn Ritzl 40c2a2c3b7 Update README.md 3 месяцев назад
.github 867657ed93 Update trigger-site-rebuild.yml 3 месяцев назад
animation 345077741b Update example.md 3 месяцев назад
basics c48b3ded0d Added authors 3 месяцев назад
collection c48b3ded0d Added authors 3 месяцев назад
debug c48b3ded0d Added authors 3 месяцев назад
factory c48b3ded0d Added authors 3 месяцев назад
file c48b3ded0d Added authors 3 месяцев назад
gui c48b3ded0d Added authors 3 месяцев назад
input c48b3ded0d Added authors 3 месяцев назад
material c48b3ded0d Added authors 3 месяцев назад
mesh c48b3ded0d Added authors 3 месяцев назад
model c48b3ded0d Added authors 3 месяцев назад
movement c48b3ded0d Added authors 3 месяцев назад
particles c48b3ded0d Added authors 3 месяцев назад
physics c48b3ded0d Added authors 3 месяцев назад
render c48b3ded0d Added authors 3 месяцев назад
resource c48b3ded0d Added authors 3 месяцев назад
sound c48b3ded0d Added authors 3 месяцев назад
sprite c48b3ded0d Added authors 3 месяцев назад
tilemap c48b3ded0d Added authors 3 месяцев назад
timer c48b3ded0d Added authors 3 месяцев назад
.gitignore 42c2c08a3e Update .gitignore 6 месяцев назад
LICENSE d3e669124c Create LICENSE 3 месяцев назад
README.md 40c2a2c3b7 Update README.md 3 месяцев назад
create_archives.py 4c2cc94494 Create create_archives.py 3 месяцев назад

README.md

Defold examples

This repository includes the Defold examples 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:

  • Create a folder named foobar in examples/sprite
  • Create examples/sprite/foobar/game.project and the files required for your example
  • Create 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