Changeset 410
- Timestamp:
- 2009-08-07 12:42:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lasse_l/Palikkatesti/Peli.cs
r403 r410 220 220 aikaLaskuri.Pause(); 221 221 222 //lista.Show((aikaLaskuri.SecondCounter.Value*1000).ToInt());223 224 //lista.ScreenList.ItemColor = Color.Blue;225 //lista.ScreenList.BackGroundColor = Color.White;226 //lista.ScreenList.HighlightColor = Color.Pink;227 228 //lista.CongratulationText = "aikasi oli {1}, jolla pääset sijalle {0} listalla. syötä nimesi:";222 lista.Show((aikaLaskuri.SecondCounter.Value*1000).ToInt()); 223 224 lista.ScreenList.ItemColor = Color.Blue; 225 lista.ScreenList.BackGroundColor = Color.White; 226 lista.ScreenList.HighlightColor = Color.Pink; 227 228 lista.CongratulationText = "aikasi oli {1}, jolla pääset sijalle {0} listalla. syötä nimesi:"; 229 229 } 230 230 void LuoAjastin()
Note: See TracChangeset
for help on using the changeset viewer.