Defold Example Projects
#defold #sample #example #gamedev #starter #template
|
6 年之前 | |
---|---|---|
assets | 7 年之前 | |
examples | 6 年之前 | |
input | 6 年之前 | |
.gitignore | 6 年之前 | |
README.md | 8 年之前 | |
game.project | 6 年之前 | |
gulpfile.js | 6 年之前 | |
package-lock.json | 6 年之前 | |
package.json | 6 年之前 | |
publish.sh | 6 年之前 |
This repository includes the Defold examples application and the tools used to explode the app to the examples section on https://www.defold.com/examples
Node.js and Gulp:
$ brew install node
$ npm install gulp-cli -g
$ npm install
$ gulp watch
Builds all documentation for preview and opens a browser pointing to the build root. Edits to any .md manual or image is detected, rebuilt and reloaded in browser.
$ ./publish_sh
Builds the HTML5 application with "bob". Publishing documentation to GCS is done with the gsutil
which is part of the Google Cloud SDK. It's automatically installed if needed.