From 4dd56695a680d8080865367911969e6c0b5cd374 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 19 Mar 2023 13:15:14 +0100 Subject: [PATCH] Change requirements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32b4078..9552669 100644 --- a/README.md +++ b/README.md @@ -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)