Added Setting that prompts compiling upon startup

This commit is contained in:
Maruno17
2023-10-01 18:52:48 +01:00
parent cd32b5e725
commit a6c7e2c1ff
4 changed files with 15 additions and 1 deletions

View File

@@ -452,6 +452,13 @@ module Settings
"Pizza"
]
end
#=============================================================================
# Whether the game will ask you if you want to fully compile every time you
# start the game (in Debug mode). You will not need to hold Ctrl/Shift to
# compile anything.
PROMPT_TO_COMPILE = false
end
# DO NOT EDIT THESE!