Simplified some sentences & made them better.
This commit is contained in:
parent
a04cabb6d8
commit
c988261688
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
CORE is a framework that simplifies development for games and applications made in Godot 4.
|
||||
|
||||
# For whom is it useful?
|
||||
CORE is only useful for new projects. Started projects could break because CORE has certain requirements.
|
||||
CORE is only useful for new projects. Started projects could break because CORE has certain requirements that must be met.
|
||||
|
||||
# Requirements
|
||||
- No autoload singletons before CORE has initialized
|
||||
- Startup scene being res://CORE/background.tscn
|
||||
- No autoload singletons are allowed before CORE has initialized
|
||||
- Startup scene must be res://CORE/background.tscn
|
||||
- Scene management must be done with smgr (the CORE scene manager)
|
||||
- Logging should be handled using the CORE logger
|
||||
|
||||
|
|
Loading…
Reference in a new issue