Go to file
Kienan Stewart 5889072b54 Allow GODOT and EXPORT_TEMPLATE_SOURCE to be overwritten 2018-04-08 11:07:13 -04:00
assets Initial commit 2017-12-30 18:42:13 -05:00
game Add pack export 2018-04-07 11:24:19 -04:00
.gitignore Initial commit 2017-12-30 18:42:13 -05:00
.gitlab-ci.yml Use proper name for unzipped server binary 2018-04-08 11:04:56 -04:00
COPYRIGHT Initial commit 2017-12-30 18:42:13 -05:00
Makefile Allow GODOT and EXPORT_TEMPLATE_SOURCE to be overwritten 2018-04-08 11:07:13 -04:00
README.md Update README.md 2018-04-07 11:41:46 -04:00

README.md

Godot3 Template Project

A series of folders and files that I use when starting a Godot2-based project.

The game folder should have the engine.cfg and any rendered assets, scenes, etc.

Use the top-level assets folder for storing asset sources (eg. gimp .xcf), etc. that are required.

Using the template

The copy the entire folder and modify as needed. The engine.cfg for the godot project should be placed into the root of the game/ folder.

Copyright and license

Copyright 2017-2018 Kienan Stewart

See full copyright and license information the COPYRIGHT file.