- Timestamp:
- 2012-06-29 12:37:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/26/TimoL/Protect The Idiot/Protect The Idiot/Protect The Idiot/Protect_The_Idiot.cs
r3403 r3412 46 46 47 47 DoubleMeter Elämämittari; 48 DoubleMeter lol; 48 49 49 50 const double nopeus = 250; … … 60 61 public override void Begin() 61 62 { 62 63 lol = new DoubleMeter(0); 63 64 alkuValikko(); 64 65 … … 67 68 void aloitaPeli() 68 69 { 70 69 71 ClearAll(); 70 72 if (lol == 1) MessageDisplay.Add("U MAD,BRO?"); 73 71 74 Gravity = new Vector(0, -2500); 72 75 … … 95 98 { 96 99 ClearAll(); 97 100 98 101 99 102 MultiSelectWindow alkuValikko = new MultiSelectWindow("Pelin alkuvalikko", … … 134 137 { 135 138 Player1.Destroy(); 136 MessageDisplay.Add("you are dead");139 lol.Value = 1; 137 140 aloitaPeli(); 138 141 }
Note: See TracChangeset
for help on using the changeset viewer.