Changeset 3818 for 2012/30


Ignore:
Timestamp:
2012-07-27 12:45:48 (11 years ago)
Author:
anlakane
Message:

Talletus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2012/30/JesseN/Oma peli/OmaPeli/OmaPeli/OmaPeli/OmaPeli.cs

    r3816 r3818  
    265265        AddCollisionHandler<PlatformCharacter, PhysicsObject>(hahmo, "Vesi", Vesi2 ); 
    266266        AddCollisionHandler<PlatformCharacter, PhysicsObject>(hahmo, "vihollinen", OsumaPelaajaan); 
     267        AddCollisionHandler<PlatformCharacter, PhysicsObject>(hahmo, "vihollinen2", OsumaPelaajaan); 
    267268        fullimetalli = new Animation(fullmetalli); 
    268269        fullimetalli.FPS = 9; 
     
    389390        frogun.Y = -10; 
    390391        frog.Add(frogun); 
    391         frog.Tag = "vihollinen"; 
     392        frog.Tag = "vihollinen2"; 
    392393 
    393394 
Note: See TracChangeset for help on using the changeset viewer.