Commit 57105ac3 authored by wanqing's avatar wanqing

修改场景预制体

parent 91f89e29
...@@ -173,7 +173,7 @@ MonoBehaviour: ...@@ -173,7 +173,7 @@ MonoBehaviour:
- {fileID: 8789034136536622850, guid: 9303a558d2837474098c46be5d5e0cdc, type: 3} - {fileID: 8789034136536622850, guid: 9303a558d2837474098c46be5d5e0cdc, type: 3}
- {fileID: 7901963983170660130, guid: 826e421451c628c43992932a42b401f2, type: 3} - {fileID: 7901963983170660130, guid: 826e421451c628c43992932a42b401f2, type: 3}
- {fileID: 4869099247009897236, guid: 425b3bf00a47ba34a930c53b748d7aa7, type: 3} - {fileID: 4869099247009897236, guid: 425b3bf00a47ba34a930c53b748d7aa7, type: 3}
- {fileID: 1407808450663523804, guid: 28d9783f916c9764984f116c496b40d6, type: 3} - {fileID: 4535810378384200255, guid: 28d9783f916c9764984f116c496b40d6, type: 3}
--- !u!1 &543166196 --- !u!1 &543166196
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
......
...@@ -57,7 +57,7 @@ public class GlobalConfig ...@@ -57,7 +57,7 @@ public class GlobalConfig
} }
else if(varLevel == LevelEnum.levelNineIndex) else if(varLevel == LevelEnum.levelNineIndex)
{ {
num = 5; num = 6;
} }
return num; return num;
} }
...@@ -78,7 +78,7 @@ public class GlobalConfig ...@@ -78,7 +78,7 @@ public class GlobalConfig
} }
else if (varLevel == LevelEnum.levelEightIndex || varLevel == LevelEnum.levelNineIndex) else if (varLevel == LevelEnum.levelEightIndex || varLevel == LevelEnum.levelNineIndex)
{ {
varHeight = 4.0f; varHeight = 4.2f;
} }
return varHeight; return varHeight;
} }
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment