浏览代码

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", "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");
 }

部分文件因为文件数量过多而无法显示