Renamed config.gd to config.gd.example

This commit is contained in:
JeremyStar™ 2023-03-19 14:35:34 +01:00
parent 5554c821e8
commit cbc170df4e
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
*.import
config.gd

View file

@ -24,6 +24,7 @@ CORE is only useful for new projects. Already existing projects could break beca
| Logger | `res://CORE/logger.gd` |
| Preprocessor | `res://CORE/preprocessor.gd` |
- 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)
# How to update