Skip to content
Snippets Groups Projects
Commit 53aaefcf authored by Eronen Oskari Veikka Viljami's avatar Eronen Oskari Veikka Viljami
Browse files

Viimeinen silaus Harjoitustyöhön

parent 13fe6722
Branches master
No related tags found
No related merge requests found
......@@ -47,6 +47,8 @@ public class Pomppupeli : PhysicsGame
public void AloitaPeli()
{
ClearAll();
kenttaNro = 1;
pisteetMaasta.Clear();
LuoKentta("kentta" + kenttaNro);
}
......@@ -297,7 +299,7 @@ public class Pomppupeli : PhysicsGame
public void Kuolema()
{
ClearAll();
topLista.EnterAndShow(pisteLaskuri.Value);
topLista.EnterAndShow(KokonaisPisteet(pisteetMaasta));
topLista.HighScoreWindow.Closed += Valikko;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment