mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Merge remote-tracking branch 'origin/master' into lua_1.0.3
This commit is contained in:
commit
5a0a645427
406 changed files with 13993 additions and 12822 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)
|
|
@ -149,8 +149,8 @@ local strings = {
|
|||
"",
|
||||
""
|
||||
},
|
||||
controls_dash = {
|
||||
"Dash",
|
||||
controls_sprint = {
|
||||
"Sprint",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
|
@ -169,8 +169,8 @@ local strings = {
|
|||
"",
|
||||
""
|
||||
},
|
||||
controls_duck = {
|
||||
"Duck",
|
||||
controls_crouch = {
|
||||
"Crouch",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue