Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GameDevWeek
S
Sommersemester 2019
Unity
Touch me if you can
Commits
af38f95a
Commit
af38f95a
authored
Sep 21, 2019
by
bogomil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Color for the Players
parent
79ba2f6a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5125 additions
and
2507 deletions
+5125
-2507
Assets/_Game/Scenes/HighScoreScene.unity
Assets/_Game/Scenes/HighScoreScene.unity
+5114
-2507
Assets/_Game/Scripts/UI/HighScore.cs
Assets/_Game/Scripts/UI/HighScore.cs
+11
-0
No files found.
Assets/_Game/Scenes/HighScoreScene.unity
View file @
af38f95a
This diff is collapsed.
Click to expand it.
Assets/_Game/Scripts/UI/HighScore.cs
View file @
af38f95a
...
...
@@ -36,6 +36,17 @@ public class HighScore : MonoBehaviour
ScoreEinfuegen
(
7
,
30
,
"8"
,
3
,
"H"
);
ScoreEinfuegen
(
8
,
20
,
"9"
,
2
,
"I"
);
ScoreEinfuegen
(
9
,
11
,
"10"
,
1
,
"J"
);
ScoreEinfuegen
(
10
,
10
,
"11"
,
0
,
"K"
);
ScoreEinfuegen
(
11
,
9
,
"12"
,-
1
,
"L"
);
ScoreEinfuegen
(
12
,
8
,
"13"
,-
2
,
"M"
);
ScoreEinfuegen
(
13
,
7
,
"14"
,-
3
,
"N"
);
ScoreEinfuegen
(
14
,
6
,
"15"
,-
4
,
"O"
);
ScoreEinfuegen
(
15
,
5
,
"16"
,-
5
,
"P"
);
ScoreEinfuegen
(
16
,
4
,
"17"
,-
6
,
"Q"
);
ScoreEinfuegen
(
17
,
3
,
"18"
,-
7
,
"R"
);
ScoreEinfuegen
(
18
,
2
,
"19"
,-
8
,
"S"
);
ScoreEinfuegen
(
19
,
1
,
"20"
,-
9
,
"T"
);
}
private
void
OnEnable
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment