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

Björn Ritzl f1db1de1d4 Update game.project 3 ヶ月 前
.github 867657ed93 Update trigger-site-rebuild.yml 3 ヶ月 前
animation db328ada7f Added thumbnails 3 ヶ月 前
basics c48b3ded0d Added authors 4 ヶ月 前
collection c48b3ded0d Added authors 4 ヶ月 前
debug c48b3ded0d Added authors 4 ヶ月 前
factory c48b3ded0d Added authors 4 ヶ月 前
file c48b3ded0d Added authors 4 ヶ月 前
gui c48b3ded0d Added authors 4 ヶ月 前
input 88bfb413bd Add entity picking example (#90) 3 ヶ月 前
material ae87837ec1 Added Sprite Local UV example 3 ヶ月 前
mesh a7897a3fd4 Removed unused files from triangle example 3 ヶ月 前
model 6fe16106d5 Refactor projects with the unlit material (#89) 3 ヶ月 前
movement c48b3ded0d Added authors 4 ヶ月 前
particles c48b3ded0d Added authors 4 ヶ月 前
physics c48b3ded0d Added authors 4 ヶ月 前
render 227b712808 Update bee.script 3 ヶ月 前
resource c48b3ded0d Added authors 4 ヶ月 前
sound f1db1de1d4 Update game.project 3 ヶ月 前
sprite 7293f76aca Update example.md 3 ヶ月 前
tilemap c48b3ded0d Added authors 4 ヶ月 前
timer c48b3ded0d Added authors 4 ヶ月 前
.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