Update Gameflow.lua

This commit is contained in:
Jakub 2023-10-24 18:37:32 +01:00 committed by GitHub
parent 58b1a33557
commit 5f2ba4cdf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ Flow.SetTitleScreenImagePath("Screens\\main.jpg")
Flow.SetTotalSecretCount(5)
-- Enable/Disable bilinear filtering.
-- Enable/Disable Point Filter (Square, unsmoothed pixels).
Flow.EnablePointFilter(false)