Ignore:
Timestamp:
2011-06-09 22:09:14 (12 years ago)
Author:
vikeisal
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2011/23/vikeisal/SpyInTheBase/SpyInTheBase/SpyInTheBase/Peli.cs

    r1833 r1841  
    3535    List<Label> valikonKohdat; 
    3636    PhysicsObject vihollinen1; 
     37    PhysicsObject metalli; 
     38    PhysicsObject metalli2; 
    3739 
    3840    public override void Begin() 
     
    266268        metalli2.Tag = "metalli2"; 
    267269        return metalli2; 
     270         
    268271    } 
    269272    PhysicsObject lisaaikkuna() 
     
    511514            rajahdys2.Speed = 1000.0; 
    512515            rajahdys2.Force = 10000; 
    513  
    514516            Add(rajahdys2); 
    515517            Explosion rajahdys = new Explosion(5); 
Note: See TracChangeset for help on using the changeset viewer.