mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Merge pull request #882 from Azaezel/alpha401/playerbotpunt
prototyping:playerbot look fix
This commit is contained in:
commit
f2e0b27eee
File diff suppressed because one or more lines are too long
|
|
@ -18,8 +18,7 @@ function Playerbotdae::onLoad(%this)
|
|||
%this.addSequence("ambient", "Back", "51", "70", "1", "0");
|
||||
%this.addSequence("ambient", "Side", "71", "90", "1", "0");
|
||||
%this.addSequence("ambient", "Crouch_Root", "91", "120", "1", "0");
|
||||
%this.addSequence("ambient", "Look", "121", "122", "1", "0");
|
||||
%this.addSequence("ambient", "Look", "121", "127", "1", "0");
|
||||
%this.setSequenceBlend("Look", "1", "ambient", "0");
|
||||
%this.setSequenceCyclic("Look", "0");
|
||||
%this.setSequenceBlend("Look", "0", "", "0");
|
||||
%this.setSequenceBlend("Look", "1", "ambient", "121");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue