Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GGJ2016
Totem
Commits
a30cd347
Commit
a30cd347
authored
Feb 01, 2016
by
Thierry
Browse files
Change default visible time to 30 seconds.
parent
64360e8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Assets/Scripts/EndGameScript.cs
View file @
a30cd347
...
@@ -13,7 +13,7 @@ public class EndGameScript : MonoBehaviour {
...
@@ -13,7 +13,7 @@ public class EndGameScript : MonoBehaviour {
private
Sprite
_defeatSprite
;
private
Sprite
_defeatSprite
;
[
SerializeField
]
[
SerializeField
]
private
float
_visibleTime
=
5
.0f
;
//
5
seconds
private
float
_visibleTime
=
30
.0f
;
//
30
seconds
private
float
_currentTime
=
0.0f
;
private
float
_currentTime
=
0.0f
;
private
bool
_visible
=
false
;
private
bool
_visible
=
false
;
...
...
Write
Preview
Supports
Markdown
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