parent
923bafd2fe
commit
79a5bd66af
|
|
@ -139,7 +139,7 @@ namespace GameEditor.FrameTool
|
|||
/// <summary>
|
||||
/// 奇葩时空测试服
|
||||
/// </summary>
|
||||
[ServerPathTypeValue("http://156.229.21.93:8080/sk_loginserver/", "https://ms-cdn.r2games.com/", "http://156.229.21.93:8082/err", "http://156.229.21.93:8081/idip/sfzb/sdk", "http://156.229.21.93:8081/idip/sfzb", "F5")]
|
||||
[ServerPathTypeValue("https://ms-idip-online.r2games.com:8443/sk_loginserver/", "https://ms-cdn.r2games.com/", "https://ms-idip-online.r2games.com:8082/err", "https://ms-idip-online.r2games.com/idip/sfzb/sdk", "https://ms-idip-online.r2games.com/idip/sfzb", "F5")]
|
||||
欧美时空测试服,
|
||||
/// <summary>
|
||||
/// BT奇葩正式服
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ public class CanvasScalerAdapter : MonoBehaviour
|
|||
CanvasScaler canvasScalerTemp = transform.GetComponent<CanvasScaler>();
|
||||
if (adjustor == 0)
|
||||
{
|
||||
canvasScalerTemp.matchWidthOrHeight = 1;
|
||||
canvasScalerTemp.matchWidthOrHeight = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue