Rename SetNumberOfSecrets to SetTotalSecretCount

This commit is contained in:
Lwmte 2022-11-17 18:01:39 +02:00
parent 1b56e731b5
commit 64d61afd3e
5 changed files with 7 additions and 7 deletions

View file

@ -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