- Timestamp:
- 2016-06-07 12:32:54 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/23/ohjaajat/Punasininen/Punasininen/Punasininen/Punasininen.cs
r7184 r7186 9 9 public class Punasininen : PhysicsGame 10 10 { 11 const double nopeus = 200;12 const double hyppyNopeus = 750;13 const int RUUDUN_KOKO = 40;11 private const double nopeus = 200; 12 private const double hyppyNopeus = 750; 13 private const int RUUDUN_KOKO = 40; 14 14 15 Player blue;16 Player red;15 private Player blue; 16 private Player red; 17 17 18 Image bluepic;19 Image redpic;18 private Image bluepic; 19 private Image redpic; 20 20 21 21 public override void Begin()
Note: See TracChangeset
for help on using the changeset viewer.