add EnablePointFilter to gameflow.lua

This commit is contained in:
Kubsy 2023-09-06 12:16:59 +01:00
parent f677a5071c
commit 420eda464b

View file

@ -16,6 +16,10 @@ Flow.SetTitleScreenImagePath("Screens\\main.jpg")
Flow.SetTotalSecretCount(5)
-- Enable/Disable bilinear filtering.
Flow.EnablePointFilter(false)
-- Disable/enable flycheat globally
Flow.EnableFlyCheat(true)