mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Dehardcode overall secrets count
This commit is contained in:
parent
44ddc68d95
commit
0859d0ea11
7 changed files with 27 additions and 3 deletions
|
@ -11,6 +11,11 @@ Flow.SetIntroImagePath("Screens\\main.jpg")
|
|||
|
||||
Flow.SetTitleScreenImagePath("Screens\\main.jpg")
|
||||
|
||||
-- Set overall amount of secrets in game.
|
||||
-- If set to 0, secrets won't be displayed in statistics.
|
||||
|
||||
Flow.SetNumberOfSecrets(5)
|
||||
|
||||
-- Disable/enable flycheat globally
|
||||
|
||||
Flow.EnableFlyCheat(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue