mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Add EnableFlyCheat to gameflow lua file
This commit is contained in:
parent
e7954bb4cf
commit
f3ac73d5d4
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ Flow.SetIntroImagePath("Screens\\main.jpg")
|
|||
|
||||
Flow.SetTitleScreenImagePath("Screens\\main.jpg")
|
||||
|
||||
-- Disable/enable flycheat globally
|
||||
|
||||
Flow.EnableFlyCheat(true)
|
||||
|
||||
--------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue