- Timestamp:
- 2011-07-01 12:33:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/26/OttoS/Space Race/Space Race/Space Race/Peli.cs
r2410 r2423 65 65 Keyboard.Listen(Key.Left, ButtonState.Down, 66 66 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); 67 71 68 72 }
Note: See TracChangeset
for help on using the changeset viewer.