Change requirements

This commit is contained in:
JeremyStar™ 2023-03-19 13:15:14 +01:00
parent 0ff88791a6
commit 4dd56695a6

View file

@ -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.
# Requirements
- Godot 4.0 (only stable releases)
- No autoload singletons are allowed before CORE has initialized
- Startup scene must be `res://CORE/coreinit.tscn`
- Scene management must be done with smgr (the CORE scene manager)