Merge branch 'develop' into DisplayString_Scale

This commit is contained in:
Sezz 2023-10-30 23:48:22 +11:00
commit fad4cb0255
159 changed files with 6017 additions and 3337 deletions

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)