Changeset 4568 for 2013/30


Ignore:
Timestamp:
2013-07-23 13:37:30 (10 years ago)
Author:
totakahe
Message:

Talletus.

Location:
2013/30/VilleF/Lentokone/Lentokone
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • 2013/30/VilleF/Lentokone/Lentokone/Lentokone/Lentokone.cs

    r4567 r4568  
    5050          LiikutaPelaajaa, null, 1); 
    5151        Keyboard.Listen(Key.Up, ButtonState.Down, 
    52           KaannaPelaajaa, null, 1.0); 
     52          KaannaPelaajaa, null, -1.0); 
    5353        Keyboard.Listen(Key.Up, ButtonState.Released, 
    5454          KaannaPelaajaa, null, 0.0); 
    5555        Keyboard.Listen(Key.Down, ButtonState.Down, 
    56           KaannaPelaajaa, null, -1.0); 
     56          KaannaPelaajaa, null, 1.0); 
    5757        Keyboard.Listen(Key.Down, ButtonState.Released, 
    5858          KaannaPelaajaa, null, 0.0); 
     
    7575    void LuoKentta() 
    7676    { 
    77         Level.BackgroundColor = Color.Red; 
    7877        Level.Background.Image = maisema; 
    7978        Level.Background.FitToLevel(); 
Note: See TracChangeset for help on using the changeset viewer.