Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GDW-SS-18
unity
alice-in-wonderfall
Commits
21ac69a1
Commit
21ac69a1
authored
Sep 29, 2018
by
Sebastian Genz
Browse files
Changed the fade and stay time of menu cat
parent
a748da0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Assets/_Game/Scripts/Materials/Cat.cs
View file @
21ac69a1
...
...
@@ -37,9 +37,9 @@ public class Cat : MonoBehaviour {
anim
.
transform
.
rotation
=
Quaternion
.
Euler
(
0
,
0
,
rotation
);
rectTransform
.
anchoredPosition
=
new
Vector2
(
positionX
,
positionY
);
yield
return
canvasGroup
.
FadeIn
(
2
);
yield
return
canvasGroup
.
FadeIn
(
3
);
yield
return
new
WaitForSeconds
(
3
);
yield
return
new
WaitForSeconds
(
.
1f
);
yield
return
canvasGroup
.
FadeOut
(
2
);
...
...
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