Changeset 3119


Ignore:
Timestamp:
2012-06-15 12:19:41 (11 years ago)
Author:
pyjuella
Message:

Talletus.

Location:
2012/24/PyryL/RageFight
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 2012/24/PyryL/RageFight/RageFight/RageFight/RageFight.cs

    r3085 r3119  
    553553    } 
    554554 
     555    //void liikutaNopea(PlatformCharacter hahmo, double nopeus) 
     556    //{ 
     557    //    hahmo.Walk(powerNopeus); 
     558    //} 
     559 
    555560    void hyppaa(PlatformCharacter hahmo, double nopeus) 
    556561    { 
     
    619624    void p1Power() 
    620625            { 
     626 
    621627                Keyboard.Listen(Key.Left, ButtonState.Down, liikuta, "Liikkuu vasemmalle", pelaaja1, -powerNopeus); 
    622628                Keyboard.Listen(Key.Right, ButtonState.Down, liikuta, "Liikkuu vasemmalle", pelaaja1, powerNopeus); 
Note: See TracChangeset for help on using the changeset viewer.