- Timestamp:
- 2013-07-23 13:37:30 (10 years ago)
- 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 50 50 LiikutaPelaajaa, null, 1); 51 51 Keyboard.Listen(Key.Up, ButtonState.Down, 52 KaannaPelaajaa, null, 1.0);52 KaannaPelaajaa, null, -1.0); 53 53 Keyboard.Listen(Key.Up, ButtonState.Released, 54 54 KaannaPelaajaa, null, 0.0); 55 55 Keyboard.Listen(Key.Down, ButtonState.Down, 56 KaannaPelaajaa, null, -1.0);56 KaannaPelaajaa, null, 1.0); 57 57 Keyboard.Listen(Key.Down, ButtonState.Released, 58 58 KaannaPelaajaa, null, 0.0); … … 75 75 void LuoKentta() 76 76 { 77 Level.BackgroundColor = Color.Red;78 77 Level.Background.Image = maisema; 79 78 Level.Background.FitToLevel();
Note: See TracChangeset
for help on using the changeset viewer.