Go to file
Kienan Stewart d2dcd51e10 Fix yaml syntax for gitlab-ci 2018-04-09 20:41:18 -04:00
assets Initial commit 2017-12-30 18:42:13 -05:00
game Add sample unit test script and test directories 2018-04-09 20:35:02 -04:00
.gitignore Initial commit 2017-12-30 18:42:13 -05:00
.gitlab-ci.yml Fix yaml syntax for gitlab-ci 2018-04-09 20:41:18 -04:00
.gitmodules Move gut source directory 2018-04-09 19:50:01 -04:00
COPYRIGHT Add LICENSE and update COPYRIGHT 2018-04-07 11:59:38 -04:00
LICENSE Add LICENSE and update COPYRIGHT 2018-04-07 11:59:38 -04:00
Makefile Add tests target to Makefile 2018-04-09 20:34:39 -04:00
README.md Update README for new submodules 2018-04-09 19:40:43 -04:00

README.md

Godot3 Template Project

A series of folders and files that I use when starting a Godot3-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

  1. Get a copy and remove existing history:

export PROJECT_NAME=project git clone --recursive https://gitlab.com/kienan/godot3-project-template.git $PROJECT_NAME cd $PROJECT_NAME rm -rf .git ; git init .

  1. Modify as needed.

Copyright and license

Copyright 2017-2018 Kienan Stewart

See full copyright and license information the COPYRIGHT file.