mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Update Settings.lua
This commit is contained in:
parent
086ff6be97
commit
03b0ea7027
1 changed files with 6 additions and 5 deletions
|
@ -16,10 +16,11 @@ settings.errorMode = ErrorMode.WARN;
|
|||
SetSettings(settings);
|
||||
|
||||
local anims = Animations.new();
|
||||
anims.crawlExtra = true;
|
||||
anims.crawlExtended = true;
|
||||
anims.crouchRoll = true;
|
||||
anims.monkeyRoll = true;
|
||||
anims.monkeyVault = true;
|
||||
anims.oscillateHanging = true;
|
||||
anims.swandiveRollRun = true;
|
||||
anims.crawlspaceSwandive = true;
|
||||
anims.monkeyReverse = true;
|
||||
anims.monkeyAutoJump = false;
|
||||
anims.oscillateHang = true;
|
||||
anims.pose = true;
|
||||
SetAnimations(anims);
|
Loading…
Add table
Add a link
Reference in a new issue