Ignore:
Timestamp:
2013-07-03 15:07:14 (10 years ago)
Author:
teematma
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2013/27/TeemuM/Game/Game/Game/Enemies.cs

    r4394 r4415  
    2121        this.Y = y; 
    2222        this.Shape = Shape.Circle; 
    23         RandomTexture(); 
     23        RandomTexture();  
    2424        CreateBrain(); 
    2525        createZHealth(healt); 
     
    2828    } 
    2929 
    30     void createZHealth(int health) 
     30    public void createZHealth(int health) 
    3131    { 
    3232        zombieHealth1 = new IntMeter(health, 0, health + 10); 
Note: See TracChangeset for help on using the changeset viewer.