Update README for new submodules

This commit is contained in:
Kienan Stewart 2018-04-09 19:40:43 -04:00
parent ecf9d62ded
commit f60c566cfe
1 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Godot3 Template Project
A series of folders and files that I use when starting a Godot2-based 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.
@ -9,8 +9,16 @@ 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.
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 .
`
2. Modify as needed.
# Copyright and license