Simplified some sentences & made them better.

This commit is contained in:
JeremyStar™ 2023-03-18 16:36:07 +01:00
parent a04cabb6d8
commit c988261688

View file

@ -2,11 +2,11 @@
CORE is a framework that simplifies development for games and applications made in Godot 4. CORE is a framework that simplifies development for games and applications made in Godot 4.
# For whom is it useful? # 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 # Requirements
- No autoload singletons before CORE has initialized - No autoload singletons are allowed before CORE has initialized
- Startup scene being 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