mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Merge branch 'master' into very_experimental_input_stuff
This commit is contained in:
commit
58721a91ee
96 changed files with 949 additions and 964 deletions
|
@ -11,6 +11,9 @@ Flow.SetIntroImagePath("Screens\\main.jpg")
|
|||
|
||||
Flow.SetTitleScreenImagePath("Screens\\main.jpg")
|
||||
|
||||
-- Disable/enable flycheat globally
|
||||
|
||||
Flow.EnableFlyCheat(true)
|
||||
|
||||
--------------------------------------------------
|
||||
|
||||
|
|
|
@ -16,4 +16,5 @@ anims.overhangClimb = false
|
|||
anims.slideExtended = false
|
||||
anims.sprintJump = false
|
||||
anims.pose = false
|
||||
anims.ledgeJumps = false
|
||||
Flow.SetAnimations(anims)
|
Loading…
Add table
Add a link
Reference in a new issue