mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Unify all crawl extra moves
This commit is contained in:
parent
c211a858ca
commit
ca6d2eab59
5 changed files with 48 additions and 60 deletions
|
@ -16,11 +16,7 @@ settings.errorMode = ErrorMode.WARN;
|
|||
SetSettings(settings);
|
||||
|
||||
local anims = Animations.new();
|
||||
anims.crawlExtraExits = true;
|
||||
anims.crawlExtraVaults = true;
|
||||
anims.crawlFlexSubmerged = true;
|
||||
anims.crawlFlexWaterPullUp = true;
|
||||
anims.crawlStep = true;
|
||||
anims.crawlExtra = true;
|
||||
anims.crouchRoll = true;
|
||||
anims.monkeyRoll = true;
|
||||
anims.monkeyVault = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue