Added some code formatting
This commit is contained in:
parent
132f7324f4
commit
c6cfa28f96
1 changed files with 7 additions and 7 deletions
12
README.md
12
README.md
|
@ -9,7 +9,7 @@ CORE is only useful for new projects. Already existing projects could break beca
|
||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
- No autoload singletons are allowed before CORE has initialized
|
- No autoload singletons are allowed before CORE has initialized
|
||||||
- Startup scene must be res://CORE/background.tscn
|
- Startup scene must be `res://CORE/background.tscn`
|
||||||
- Scene management must be done with smgr (the CORE scene manager)
|
- Scene management must be done with smgr (the CORE scene manager)
|
||||||
- Logging should be handled using the CORE logger
|
- Logging should be handled using the CORE logger
|
||||||
|
|
||||||
|
@ -18,11 +18,11 @@ CORE is only useful for new projects. Already existing projects could break beca
|
||||||
- Remove any autoload singletons
|
- Remove any autoload singletons
|
||||||
- Add three scripts to your autoload:
|
- Add three scripts to your autoload:
|
||||||
| Name | Path |
|
| Name | Path |
|
||||||
| ------------ | -------------------------- |
|
| ------------ | ---------------------------- |
|
||||||
| coreloader | res://CORE/coreloader.gd |
|
| coreloader | `res://CORE/coreloader.gd` |
|
||||||
| Logger | res://CORE/logger.gd |
|
| Logger | `res://CORE/logger.gd` |
|
||||||
| Preprocessor | res://CORE/preprocessor.gd |
|
| Preprocessor | `res://CORE/preprocessor.gd` |
|
||||||
- Select res://CORE/background.tscn as your startup scene
|
- Select `res://CORE/background.tscn` as your startup scene
|
||||||
- [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