Changeset 4415 for 2013/27/TeemuM/Game/Game/Game/Enemies.cs
- Timestamp:
- 2013-07-03 15:07:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2013/27/TeemuM/Game/Game/Game/Enemies.cs
r4394 r4415 21 21 this.Y = y; 22 22 this.Shape = Shape.Circle; 23 RandomTexture(); 23 RandomTexture(); 24 24 CreateBrain(); 25 25 createZHealth(healt); … … 28 28 } 29 29 30 void createZHealth(int health)30 public void createZHealth(int health) 31 31 { 32 32 zombieHealth1 = new IntMeter(health, 0, health + 10);
Note: See TracChangeset
for help on using the changeset viewer.