diff --git a/.gitignore b/.gitignore index e4fdbdb..f447156 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.import +config.gd diff --git a/README.md b/README.md index 1d2185b..390c3aa 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config.gd b/config.gd.example similarity index 100% rename from config.gd rename to config.gd.example