Skip to content

Commit

Permalink
Updated Polarbear
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-Morgan committed Dec 12, 2019
1 parent abe9c7d commit 80f0c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeamProject/GlobalWarmingGame/Game1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ protected override void LoadContent()
tag: "Bear",
aSpeed: 1000, // Attack Speed
aRange: 60, // Agro Range
aPower: 1, // Attack Power
aPower: 10, // Attack Power
maxHp: 300, // Health
position: new Vector2(1160, 1160),
textureSet: bear
Expand Down

0 comments on commit 80f0c6f

Please sign in to comment.