mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Rename SetNumberOfSecrets to SetTotalSecretCount
This commit is contained in:
parent
1b56e731b5
commit
64d61afd3e
5 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@ 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)
|
||||
Flow.SetTotalSecretCount(5)
|
||||
|
||||
-- Disable/enable flycheat globally
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue