Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ohj1ht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pmikaiko
ohj1ht
Commits
f090133f
Commit
f090133f
authored
3 weeks ago
by
Kaikosuo Paavo
Browse files
Options
Downloads
Patches
Plain Diff
aloita alusta toteutettu paremmin
parent
0faa0306
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
peli/Peli/Peli/Peli.cs
+16
-17
16 additions, 17 deletions
peli/Peli/Peli/Peli.cs
with
16 additions
and
17 deletions
peli/Peli/Peli/Peli.cs
+
16
−
17
View file @
f090133f
...
@@ -650,19 +650,28 @@ namespace Peli
...
@@ -650,19 +650,28 @@ namespace Peli
HighScoreWindow
topIkkuna
=
new
HighScoreWindow
(
"Parhaat ajat"
,
HighScoreWindow
topIkkuna
=
new
HighScoreWindow
(
"Parhaat ajat"
,
"Onneksi olkoon, pääsit listalle ajalla %p! Syötä nimesi:"
,
topList
,
aikaaKulunut
);
"Onneksi olkoon, pääsit listalle ajalla %p! Syötä nimesi:"
,
topList
,
aikaaKulunut
);
topIkkuna
.
Closed
+=
AloitaAlusta2
;
topIkkuna
.
Closed
+=
(
_
)
=>
{
AloitaAlusta
();
};
Add
(
topIkkuna
);
Add
(
topIkkuna
);
}
}
else
if
(
LapaistutCheckpointit
==
kulmac
.
Length
&&
maalissa
==
false
)
else
if
(
LapaistutCheckpointit
==
kulmac
.
Length
&&
maalissa
==
false
)
{
{
HighScoreWindow
topIkkuna
=
new
HighScoreWindow
(
"Parhaat ajat"
,
topList
);
HighScoreWindow
topIkkuna
=
new
HighScoreWindow
(
"Parhaat ajat"
,
topList
);
topIkkuna
.
Closed
+=
AloitaAlusta2
;
topIkkuna
.
Closed
+=
(
_
)
=>
{
AloitaAlusta
();
};
Add
(
topIkkuna
);
Add
(
topIkkuna
);
}
}
else
if
(
maalissa
&&
LapaistutCheckpointit
!=
kulmac
.
Length
)
else
if
(
maalissa
&&
LapaistutCheckpointit
!=
kulmac
.
Length
)
{
{
HighScoreWindow
topIkkuna
=
new
HighScoreWindow
(
"Koitahan ensi kerralla pysyä tiellä..."
,
topList
);
HighScoreWindow
topIkkuna
=
new
HighScoreWindow
(
"Koitahan ensi kerralla pysyä tiellä..."
,
topList
);
topIkkuna
.
Closed
+=
AloitaAlusta2
;
topIkkuna
.
Closed
+=
(
_
)
=>
{
AloitaAlusta
();
};
Add
(
topIkkuna
);
Add
(
topIkkuna
);
}
}
else
if
(
alkuvalikosta
)
else
if
(
alkuvalikosta
)
...
@@ -674,7 +683,10 @@ namespace Peli
...
@@ -674,7 +683,10 @@ namespace Peli
else
else
{
{
HighScoreWindow
topIkkuna
=
new
HighScoreWindow
(
"Parhaat ajat"
,
topList
);
HighScoreWindow
topIkkuna
=
new
HighScoreWindow
(
"Parhaat ajat"
,
topList
);
topIkkuna
.
Closed
+=
AloitaAlusta2
;
topIkkuna
.
Closed
+=
(
_
)
=>
{
AloitaAlusta
();
};
Add
(
topIkkuna
);
Add
(
topIkkuna
);
}
}
...
@@ -804,19 +816,6 @@ namespace Peli
...
@@ -804,19 +816,6 @@ namespace Peli
}
}
/// <summary>
/// Trust me bro, näit pitää olla kaks.
/// </summary>
/// <param name="sender">Tärkeä asia</param>
private
void
AloitaAlusta2
(
Window
sender
)
{
DataStorage
.
Save
(
topList
,
"pisteet.xml"
);
maalissa
=
false
;
ClearAll
();
AloitaPeli
();
}
/// <summary>
/// <summary>
/// Auton savun aliohjelma. Luo ja lisää sen autoon.
/// Auton savun aliohjelma. Luo ja lisää sen autoon.
/// </summary>
/// </summary>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment