mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
add EnablePointFilter to gameflow.lua
This commit is contained in:
parent
f677a5071c
commit
420eda464b
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ Flow.SetTitleScreenImagePath("Screens\\main.jpg")
|
||||||
|
|
||||||
Flow.SetTotalSecretCount(5)
|
Flow.SetTotalSecretCount(5)
|
||||||
|
|
||||||
|
-- Enable/Disable bilinear filtering.
|
||||||
|
|
||||||
|
Flow.EnablePointFilter(false)
|
||||||
|
|
||||||
-- Disable/enable flycheat globally
|
-- Disable/enable flycheat globally
|
||||||
|
|
||||||
Flow.EnableFlyCheat(true)
|
Flow.EnableFlyCheat(true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue