Dehardcode overall secrets count

This commit is contained in:
Lwmte 2022-11-03 07:43:04 +02:00
parent 44ddc68d95
commit 0859d0ea11
7 changed files with 27 additions and 3 deletions

View file

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