mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Update Gameflow.lua
This commit is contained in:
parent
472ee88886
commit
855c46f774
1 changed files with 1 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue