mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Implement sprint jump functionality; fix tread left/right input bug
This commit is contained in:
parent
13b98a7228
commit
682faf6375
6 changed files with 59 additions and 40 deletions
|
@ -16,11 +16,12 @@ settings.errorMode = ErrorMode.WARN;
|
|||
SetSettings(settings);
|
||||
|
||||
local anims = Animations.new();
|
||||
anims.hasSlideExtended = true;
|
||||
anims.hasPose = false;
|
||||
anims.hasSlideExtended = false;
|
||||
anims.hasSprintJump = true;
|
||||
anims.hasMonkeyAutoJump = false;
|
||||
anims.hasCrawlspaceDive = true;
|
||||
anims.hasCrawlExtended = true;
|
||||
anims.hasCrouchRoll = true;
|
||||
anims.hasCrawlspaceSwandive = true;
|
||||
anims.hasOverhangClimb = true;
|
||||
anims.hasPose = false;
|
||||
anims.hasMonkeyAutoJump = false;
|
||||
SetAnimations(anims);
|
Loading…
Add table
Add a link
Reference in a new issue