Renamed config.gd to config.gd.example
This commit is contained in:
parent
5554c821e8
commit
cbc170df4e
3 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
*.import
|
*.import
|
||||||
|
config.gd
|
||||||
|
|
|
@ -24,6 +24,7 @@ CORE is only useful for new projects. Already existing projects could break beca
|
||||||
| Logger | `res://CORE/logger.gd` |
|
| Logger | `res://CORE/logger.gd` |
|
||||||
| Preprocessor | `res://CORE/preprocessor.gd` |
|
| Preprocessor | `res://CORE/preprocessor.gd` |
|
||||||
- Select `res://CORE/coreinit.tscn` as your startup scene
|
- Select `res://CORE/coreinit.tscn` as your startup scene
|
||||||
|
- Duplicate `config.gd.example` and name it `config.gd`
|
||||||
- [Follow the post-installation guide](https://git.staropensource.de/StarOpenSource/core/wiki/Using-CORE)
|
- [Follow the post-installation guide](https://git.staropensource.de/StarOpenSource/core/wiki/Using-CORE)
|
||||||
|
|
||||||
# How to update
|
# How to update
|
||||||
|
|
Loading…
Reference in a new issue