Change requirements
This commit is contained in:
parent
0ff88791a6
commit
4dd56695a6
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ CORE is a framework that simplifies development for games and applications made
|
||||||
CORE is only useful for new projects. Already existing projects could break because CORE has certain requirements that must be met.
|
CORE is only useful for new projects. Already existing projects could break because CORE has certain requirements that must be met.
|
||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
|
- Godot 4.0 (only stable releases)
|
||||||
- No autoload singletons are allowed before CORE has initialized
|
- No autoload singletons are allowed before CORE has initialized
|
||||||
- Startup scene must be `res://CORE/coreinit.tscn`
|
- Startup scene must be `res://CORE/coreinit.tscn`
|
||||||
- Scene management must be done with smgr (the CORE scene manager)
|
- Scene management must be done with smgr (the CORE scene manager)
|
||||||
|
|
Loading…
Reference in a new issue