Update Gameflow.lua

This commit is contained in:
Lwmte 2023-11-06 03:59:31 +01:00
parent 472ee88886
commit 855c46f774

View file

@ -6,17 +6,12 @@
Flow.SetIntroImagePath("Screens\\main.jpg")
-- This image should be used for static title screen background (as in TR1-TR3).
-- For now it is not implemented.
Flow.SetTitleScreenImagePath("Screens\\main.jpg")
-- Set overall amount of secrets in game.
-- If set to 0, secrets won't be displayed in statistics.
Flow.SetTotalSecretCount(5)
-- Enable/Disable Point Filter (Square, unsmoothed pixels).
-- Enable/Disable Point Filter (square, unsmoothed pixels).
Flow.EnablePointFilter(false)