Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GDW-SS-18
to-the-surface
Commits
b9b47a01
Commit
b9b47a01
authored
Sep 28, 2018
by
Marcel Kuehn
Browse files
Challengermde beim ertsenmal auf false
parent
0473bf29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Assets/_Game/Scripts/GameManager.cs
View file @
b9b47a01
...
...
@@ -19,7 +19,7 @@ public class GameManager : SingletonBehaviour<GameManager> {
public
bool
IsChallengerModeEnabled
{
get
;
set
;
}
private
void
Awake
()
{
IsChallengerModeEnabled
=
tru
e
;
IsChallengerModeEnabled
=
fals
e
;
IsInLevel
=
false
;
HighestLevel
=
1
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment