Skip to content

Commit

Permalink
dem tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Finnegan committed Feb 19, 2014
1 parent 13485a4 commit a2b27f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public Enemy_MercBot(uint id, ContentManager virtualContent, Vector2 position)
this.animation.Scale = 1.5f;
this.animation.CurrentAnimation = "idle";
this.animation.Loop = true;

//MERCBOT
this.Health = 100;
this.Speed = 1f;
}
Expand Down

0 comments on commit a2b27f6

Please sign in to comment.