Bugfixing
This commit is contained in:
parent
1de58ded22
commit
b2659b89c3
@ -11,19 +11,19 @@ public class MainMenu : MonoBehaviour
|
|||||||
|
|
||||||
private Dictionary<int, int> levels = new Dictionary<int, int>()
|
private Dictionary<int, int> levels = new Dictionary<int, int>()
|
||||||
{
|
{
|
||||||
{1, 1},
|
{0, 1},
|
||||||
{2, 2},
|
{1, 2},
|
||||||
{3, 3},
|
{2, 3},
|
||||||
{4, 4},
|
{3, 4},
|
||||||
{5, 7},
|
{4, 7},
|
||||||
{6, 10},
|
{5, 10},
|
||||||
{7, 11},
|
{6, 11},
|
||||||
{8, 12},
|
{7, 12},
|
||||||
{9, 13},
|
{8, 13},
|
||||||
{10, 14},
|
{9, 14},
|
||||||
{11, 15},
|
{10, 15},
|
||||||
{12, 16},
|
{11, 16},
|
||||||
{13, 21}
|
{12, 21}
|
||||||
};
|
};
|
||||||
|
|
||||||
public void startGame()
|
public void startGame()
|
||||||
|
15
Assets/Scenes/ScenesInGame/5.1Tutorial.unity
generated
15
Assets/Scenes/ScenesInGame/5.1Tutorial.unity
generated
@ -8883,7 +8883,6 @@ GameObject:
|
|||||||
serializedVersion: 6
|
serializedVersion: 6
|
||||||
m_Component:
|
m_Component:
|
||||||
- component: {fileID: 1428104201}
|
- component: {fileID: 1428104201}
|
||||||
- component: {fileID: 1428104202}
|
|
||||||
m_Layer: 0
|
m_Layer: 0
|
||||||
m_Name: DimAll
|
m_Name: DimAll
|
||||||
m_TagString: Untagged
|
m_TagString: Untagged
|
||||||
@ -8910,20 +8909,6 @@ Transform:
|
|||||||
m_Father: {fileID: 0}
|
m_Father: {fileID: 0}
|
||||||
m_RootOrder: 1
|
m_RootOrder: 1
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
--- !u!114 &1428104202
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 1428104200}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 0
|
|
||||||
m_Script: {fileID: 11500000, guid: bef524aa2ad305d4faf6b90a610e5be4, type: 3}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
inFirstDim: 1
|
|
||||||
shiftingEnabled: 0
|
|
||||||
--- !u!1 &1496411487
|
--- !u!1 &1496411487
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user