Changeset 4379


Ignore:
Timestamp:
2013-07-03 01:33:23 (10 years ago)
Author:
jumakall
Message:
 
Location:
2013/27/TeemuM/Game
Files:
6 edited

Legend:

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

    r4378 r4379  
    1616    { 
    1717        this.Shape = Shape.Circle; 
    18 <<<<<<< .mine 
    1918        RandomTexture(); 
    2019        CreateBrain(); 
     
    2625    { 
    2726        this.Image = Images[RandomGen.NextInt(Images.Length)]; 
    28 ======= 
    29          
    30 >>>>>>> .r4377 
    3127    } 
    3228 
     
    3632        brain.Speed = 100; 
    3733        brain.Active = true; 
    38         this.Brain = brain;         
     34        this.Brain = brain; 
    3935    } 
    4036 
Note: See TracChangeset for help on using the changeset viewer.