소스 검색

Merge pull request #882 from Azaezel/alpha401/playerbotpunt

prototyping:playerbot look fix
Brian Roberts 3 년 전
부모
커밋
f2e0b27eee

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3 - 3
Templates/BaseGame/game/data/Prototyping/shapes/Player/Playerbot.dae


+ 2 - 3
Templates/BaseGame/game/data/Prototyping/shapes/Player/Playerbot.tscript

@@ -18,8 +18,7 @@ function Playerbotdae::onLoad(%this)
    %this.addSequence("ambient", "Back", "51", "70", "1", "0");
    %this.addSequence("ambient", "Back", "51", "70", "1", "0");
    %this.addSequence("ambient", "Side", "71", "90", "1", "0");
    %this.addSequence("ambient", "Side", "71", "90", "1", "0");
    %this.addSequence("ambient", "Crouch_Root", "91", "120", "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.setSequenceCyclic("Look", "0");
-   %this.setSequenceBlend("Look", "0", "", "0");
-   %this.setSequenceBlend("Look", "1", "ambient", "121");
 }
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.