Add EnableFlyCheat to gameflow lua file

This commit is contained in:
Kubsy 2022-10-26 15:34:55 +01:00
parent e7954bb4cf
commit f3ac73d5d4

View file

@ -11,6 +11,9 @@ Flow.SetIntroImagePath("Screens\\main.jpg")
Flow.SetTitleScreenImagePath("Screens\\main.jpg")
-- Disable/enable flycheat globally
Flow.EnableFlyCheat(true)
--------------------------------------------------