Allow custom modules per default now

This commit is contained in:
JeremyStar™ 2024-04-25 16:48:57 +02:00
parent 708913ae7e
commit 2909075ed2
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ Controls CORE's functionality. Renders GUI-related modules useless when set to `
### *bool* <u>development</u> = *false*
Puts the framework into development mode. \
Unlocks experimental features.
### *bool* <u>custom_modules</u> = *false*
### *bool* <u>custom_modules</u> = *true*
Allows or disallows custom modules.
### *bool* <u>automatic_shutdown</u> = *true*
If `quit_safely` (and by extension `Core.cleanup`) should be called when pressing the X.

View file

@ -67,7 +67,7 @@ func _init() -> void:
# Global
headless = false
development = false
custom_modules = false
custom_modules = true
automatic_shutdown = true
hide_window_on_shutdown = true