Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gstuitje
RingMaster
Commits
4fe8185b
Commit
4fe8185b
authored
Feb 14, 2019
by
mmaluschnig
Browse files
press 1 to continue tutorial dialogue pie thrwing
parent
0c3a4d9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
RingMaster/RingMaster/Assets/Scenes/PieThrowingTutorial.unity
View file @
4fe8185b
...
...
@@ -230,8 +230,8 @@ RectTransform:
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_AnchorMin
:
{
x
:
0
,
y
:
0
}
m_AnchorMax
:
{
x
:
1
,
y
:
1
}
m_AnchoredPosition
:
{
x
:
0
,
y
:
1
0
}
m_SizeDelta
:
{
x
:
300
,
y
:
20
}
m_AnchoredPosition
:
{
x
:
0
,
y
:
0
.0000009536743
}
m_SizeDelta
:
{
x
:
300
,
y
:
-0.000022888
}
m_Pivot
:
{
x
:
0.5
,
y
:
0.5
}
---
!u!114
&87985290
MonoBehaviour
:
...
...
@@ -259,13 +259,13 @@ MonoBehaviour:
m_BestFit
:
0
m_MinSize
:
0
m_MaxSize
:
40
m_Alignment
:
7
m_Alignment
:
1
m_AlignByGeometry
:
0
m_RichText
:
1
m_HorizontalOverflow
:
0
m_VerticalOverflow
:
0
m_LineSpacing
:
1
m_Text
:
'
Continue
m_Text
:
'
(1)
Continue
'
---
!u!222
&87985291
...
...
@@ -656,8 +656,8 @@ RectTransform:
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_AnchorMin
:
{
x
:
0.5
,
y
:
0
}
m_AnchorMax
:
{
x
:
0.5
,
y
:
0
}
m_AnchoredPosition
:
{
x
:
0
,
y
:
6.1
}
m_SizeDelta
:
{
x
:
1
00
,
y
:
2
0
}
m_AnchoredPosition
:
{
x
:
0
,
y
:
5.993
}
m_SizeDelta
:
{
x
:
1
25.737
,
y
:
2
3.723
}
m_Pivot
:
{
x
:
0.5
,
y
:
0.5
}
---
!u!114
&257364250
MonoBehaviour
:
...
...
RingMaster/RingMaster/Assets/Scripts/PieScripts/PieTutorial.cs
View file @
4fe8185b
...
...
@@ -30,7 +30,16 @@ public class PieTutorial : MonoBehaviour {
}
private
void
Update
()
{
if
(
Input
.
GetKeyDown
(
KeyCode
.
Space
)
&&
GameManager
.
TutorialState
==
1
)
{
if
(
Input
.
GetKeyDown
(
KeyCode
.
Alpha1
))
{
if
(
state
<
3
)
{
progress
();
}
}
if
(
Input
.
GetKeyDown
(
KeyCode
.
Space
)
&&
GameManager
.
TutorialState
==
1
)
{
progress
();
}
...
...
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