mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
add EnableLoadSave to gameflow
This commit is contained in:
parent
bfe545e375
commit
473cc96454
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ Flow.SetTotalSecretCount(5)
|
|||
|
||||
Flow.EnablePointFilter(false)
|
||||
|
||||
-- Enable/Disable saving and loading of savegames.
|
||||
|
||||
Flow.EnableLoadSave(true)
|
||||
|
||||
-- Disable/enable flycheat globally
|
||||
|
||||
Flow.EnableFlyCheat(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue