Skip to content

Commit

Permalink
Merge pull request #9 from Zacqary/AI-Groupthink
Browse files Browse the repository at this point in the history
Added animation system
  • Loading branch information
Zacqary authored and Zacqary committed Mar 31, 2014
2 parents 53fa196 + b8b4cff commit 2b6c3ca
Show file tree
Hide file tree
Showing 12 changed files with 336 additions and 82 deletions.
3 changes: 3 additions & 0 deletions app/cameratest.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ CameraTest.loadingLoop = function(){
this.avatar.setLegs("pants","77709a");
this.avatar.setSword("ls","aaaaaa");
this.avatar.addMisc("patch","000033",2);
this.avatar.addMisc("anim","000033",4);
this.avatar.composeDoll();
this.avatar.name = "Player";
this.avatar.makePlayer();
Expand Down Expand Up @@ -319,6 +320,8 @@ CameraTest.runAfterPlayerMoves = function(){
}

CameraTest.drawExtension = function(){


var debugNPCs = [null, this.NPC, this.NPC2, this.NPC3, this.NPC5];

if (Player.keyData["debug"]) {
Expand Down
Loading

0 comments on commit 2b6c3ca

Please sign in to comment.