Changeset 8416 for 2016/30/HenriJ/qq/qq/qq/qq.cs
- Timestamp:
- 2017-03-18 14:52:20 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/30/HenriJ/qq/qq/qq/qq.cs
r8407 r8416 10 10 { 11 11 const double nopeus = 500; 12 const double hyppyNopeus = 1 300;12 const double hyppyNopeus = 1000; 13 13 const int RUUDUN_KOKO = 40; 14 14 bool kutistettu = false; … … 26 26 SoundEffect maaliAani = LoadSoundEffect("maali"); 27 27 28 int Kenttanro = 3;28 int Kenttanro = 2; 29 29 30 30 public override void Begin() … … 42 42 43 43 Gravity = new Vector(0, -1000); 44 kutistettu = false; 44 45 45 46 //LuoKentta("kentta1");
Note: See TracChangeset
for help on using the changeset viewer.