Преглед изворни кода

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

Неке датотеке нису приказане због велике количине промена