Merge branch 'master' into very_experimental_input_stuff

This commit is contained in:
Sezz 2022-10-27 21:30:07 +11:00
commit 58721a91ee
96 changed files with 949 additions and 964 deletions

View file

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

View file

@ -16,4 +16,5 @@ anims.overhangClimb = false
anims.slideExtended = false
anims.sprintJump = false
anims.pose = false
anims.ledgeJumps = false
Flow.SetAnimations(anims)