Changeset 3545


Ignore:
Timestamp:
2012-07-04 14:55:59 (11 years ago)
Author:
lekopakk
Message:

Talletus.

Location:
2012/27/LeeviK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 2012/27/LeeviK/PhysicsBall/PhysicsBall/PhysicsBall/PhysicsBall.cs

    r3542 r3545  
    6767        Level.BackgroundColor = Color.Gray; 
    6868        Camera.Follow(Pelaaja); 
     69    } 
    6970     
    7071    void AloitaKentta() 
     
    109110            Level.Background.Image = Tausta; 
    110111        } else 
    111              Level.Background.Image = Tausta2;    
     112             Level.Background.Image = Tausta2; 
     113 
     114        ControllerOne.Vibrate(0.5, 0.5, 0.0, 0.0, 0.1); 
    112115    } 
    113116    Object LuoKatoava() 
  • 2012/27/LeeviK/Pong/Pong/Pong/Pong.cs

    r3544 r3545  
    182182    void KasittelePallonTormays(PhysicsObject pallo, PhysicsObject kohde) 
    183183    { 
     184        test.Play(); 
     185 
    184186        if (kohde == oikeaReuna) 
    185187        { 
Note: See TracChangeset for help on using the changeset viewer.