Changeset 2423 for 2011/26


Ignore:
Timestamp:
2011-07-01 12:33:00 (12 years ago)
Author:
oteeansa
Message:

Talletus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2011/26/OttoS/Space Race/Space Race/Space Race/Peli.cs

    r2410 r2423  
    6565        Keyboard.Listen(Key.Left, ButtonState.Down, 
    6666          LiikutaUFO, null, new Vector(-1000, 0)); 
     67        Keyboard.Listen(Key.LeftControl, ButtonState.Down, 
     68          delegate { UFO.Stop(); }, null); 
     69        Keyboard.Listen(Key.RightControl, ButtonState.Down, 
     70          delegate { UFO.Stop(); }, null); 
    6771 
    6872    } 
Note: See TracChangeset for help on using the changeset viewer.