Defold Example Projects
#defold #sample #example #gamedev #starter #template
|
преди 1 година | |
---|---|---|
.github | преди 6 години | |
assets | преди 1 година | |
examples | преди 1 година | |
input | преди 3 години | |
.gitignore | преди 6 години | |
README.md | преди 4 години | |
all.texture_profiles | преди 3 години | |
game.project | преди 1 година |
This repository includes the Defold examples application used in the examples section on https://defold.com/examples/basics/simple_move/
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 exampleCreate examples/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
---
List any scripts your example uses in the scripts
field of the file header
Add a new collection proxy in examples/_main/loader.go
Add a new entry in examples/_main/menu.gui_script