Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
HERBRETEAU Guillaume
Jeu REV
Commits
4cb2c2bf
Commit
4cb2c2bf
authored
May 28, 2021
by
g6herbre
Browse files
menu
parent
0cbf0794
Changes
2
Hide whitespace changes
Inline
Side-by-side
Jeu REV/Assets/Scenes/MainMenu.unity
View file @
4cb2c2bf
...
...
@@ -320,6 +320,7 @@ GameObject:
-
component
:
{
fileID
:
1276380197
}
-
component
:
{
fileID
:
1276380196
}
-
component
:
{
fileID
:
1276380198
}
-
component
:
{
fileID
:
1276380199
}
m_Layer
:
0
m_Name
:
Exit
m_TagString
:
Untagged
...
...
@@ -416,6 +417,19 @@ MonoBehaviour:
m_EditorClassIdentifier
:
isStart
:
0
isQuit
:
1
---
!u!65
&1276380199
BoxCollider
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
1276380194
}
m_Material
:
{
fileID
:
0
}
m_IsTrigger
:
1
m_Enabled
:
1
serializedVersion
:
2
m_Size
:
{
x
:
3.7
,
y
:
1.6000004
,
z
:
0
}
m_Center
:
{
x
:
1.85
,
y
:
-0.8000002
,
z
:
0
}
---
!u!1
&1697146213
GameObject
:
m_ObjectHideFlags
:
0
...
...
@@ -638,6 +652,7 @@ GameObject:
-
component
:
{
fileID
:
2015303659
}
-
component
:
{
fileID
:
2015303658
}
-
component
:
{
fileID
:
2015303660
}
-
component
:
{
fileID
:
2015303661
}
m_Layer
:
0
m_Name
:
Play
m_TagString
:
Untagged
...
...
@@ -736,6 +751,19 @@ MonoBehaviour:
m_EditorClassIdentifier
:
isStart
:
1
isQuit
:
0
---
!u!65
&2015303661
BoxCollider
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
2015303656
}
m_Material
:
{
fileID
:
0
}
m_IsTrigger
:
1
m_Enabled
:
1
serializedVersion
:
2
m_Size
:
{
x
:
4.3
,
y
:
1.878162
,
z
:
0
}
m_Center
:
{
x
:
2.15
,
y
:
-0.93908054
,
z
:
3.3571342e-13
}
---
!u!1
&2050803087
GameObject
:
m_ObjectHideFlags
:
0
...
...
Jeu REV/Assets/Script/MainMenu.cs
View file @
4cb2c2bf
...
...
@@ -23,7 +23,7 @@ public class MainMenu : MonoBehaviour
{
if
(
isStart
)
{
SceneManager
.
LoadScene
(
"
Guillaume
"
);
SceneManager
.
LoadScene
(
"
level1
"
);
Debug
.
Log
(
"start"
);
}
...
...
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