From cbc170df4efe877d7956b7cc31da353b49a4bfb5 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 19 Mar 2023 14:35:34 +0100 Subject: [PATCH] Renamed config.gd to config.gd.example --- .gitignore | 1 + README.md | 1 + config.gd => config.gd.example | 0 3 files changed, 2 insertions(+) rename config.gd => config.gd.example (100%) 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