Update README for new submodules
This commit is contained in:
parent
ecf9d62ded
commit
f60c566cfe
14
README.md
14
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue