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

Björn Ritzl 68c0b60d3a Fixed input před 2 měsíci
.github 867657ed93 Update trigger-site-rebuild.yml před 4 měsíci
animation 68c0b60d3a Fixed input před 2 měsíci
basics c48b3ded0d Added authors před 4 měsíci
collection c48b3ded0d Added authors před 4 měsíci
debug c48b3ded0d Added authors před 4 měsíci
factory c48b3ded0d Added authors před 4 měsíci
file c48b3ded0d Added authors před 4 měsíci
gui 68c0b60d3a Fixed input před 2 měsíci
input 88bfb413bd Add entity picking example (#90) před 3 měsíci
material ae87837ec1 Added Sprite Local UV example před 3 měsíci
mesh a7897a3fd4 Removed unused files from triangle example před 3 měsíci
model 6fe16106d5 Refactor projects with the unlit material (#89) před 3 měsíci
movement 68c0b60d3a Fixed input před 2 měsíci
particles 68c0b60d3a Fixed input před 2 měsíci
physics c48b3ded0d Added authors před 4 měsíci
render 227b712808 Update bee.script před 3 měsíci
resource 68c0b60d3a Fixed input před 2 měsíci
sound f1db1de1d4 Update game.project před 3 měsíci
sprite 7293f76aca Update example.md před 3 měsíci
tilemap 68c0b60d3a Fixed input před 2 měsíci
timer c48b3ded0d Added authors před 4 měsíci
.gitignore 42c2c08a3e Update .gitignore před 6 měsíci
LICENSE d3e669124c Create LICENSE před 4 měsíci
README.md 40c2a2c3b7 Update README.md před 4 měsíci
create_archives.py 4c2cc94494 Create create_archives.py před 4 měsíci

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