Changeset 9178
- Timestamp:
- 2017-07-27 14:56:02 (6 years ago)
- Location:
- 2017/30/TuomasH/Snake/Snake/Snake
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/30/TuomasH/Snake/Snake/Snake/Snake.cs
r9163 r9178 23 23 24 24 25 ScoreList topLista = new ScoreList(10, false,0);25 EasyHighScore toplista = new EasyHighScore(null,10); 26 26 GameObject paa = new GameObject(40, 40); 27 28 27 28 29 29 30 30 … … 61 61 Add(pisteNaytto); 62 62 } 63 //Top10() 64 //{ 65 //topLista = DataStorage.TryLoad<ScoreList>(topLista, "pisteet.xml"); 66 //HighScoreWindow topIkkuna = new HighScoreWindow( 67 //"Parhaat pisteet", topLista); 68 //topIkkuna.Closed += TallennaPisteet; 69 //Add(topIkkuna); 70 //} 71 72 void AloitaPeli() 63 64 65 66 67 void AloitaPeli() 73 68 { 74 69 … … 88 83 } 89 84 90 public void Aloitus( )85 public void Aloitus( ) 91 86 { 92 87 … … 169 164 { 170 165 Seinaantormays(); 166 171 167 Aloitus(); 172 168 … … 178 174 { 179 175 Seinaantormays(); 176 180 177 Aloitus(); 181 178 return;
Note: See TracChangeset
for help on using the changeset viewer.