|
@@ -142,33 +142,33 @@ public class Auxiliary : Regist
|
|
|
//}
|
|
|
|
|
|
|
|
|
- if (Input.GetKeyDown(KeyCode.Space))
|
|
|
- {
|
|
|
- Debug.Log(ResourceManager.Get<Canvas>(CanvasLabel.Canvas).scaleFactor);
|
|
|
- //RectTransform rectTransform = ResourceManager.Get<RectTransform>(CanvasLabel.P_ScreenShotRect);
|
|
|
- //Vector2 screenPosition = RectTransformUtility.WorldToScreenPoint(null, rectTransform.position);
|
|
|
- //Debug.Log(screenPosition);
|
|
|
- //Debug.Log(ConfigManager.ConfigRootNode.OuterXml);
|
|
|
- //DebugManager.ResetGardenLevel(22);
|
|
|
- //DebugManager.ResetVisitTutorial();
|
|
|
- //HttpManager.GetThanksGiftInfo(RechargeGiftManager.Init, () => Bubble.Show(null, Language.GetStr(LanguageLabel.UI__GetThanksGiftInfoFailed)));
|
|
|
- }
|
|
|
+ //if (Input.GetKeyDown(KeyCode.Space))
|
|
|
+ //{
|
|
|
+ // Debug.Log(ResourceManager.Get<Canvas>(CanvasLabel.Canvas).scaleFactor);
|
|
|
+ // RectTransform rectTransform = ResourceManager.Get<RectTransform>(CanvasLabel.P_ScreenShotRect);
|
|
|
+ // Vector2 screenPosition = RectTransformUtility.WorldToScreenPoint(null, rectTransform.position);
|
|
|
+ // Debug.Log(screenPosition);
|
|
|
+ // Debug.Log(ConfigManager.ConfigRootNode.OuterXml);
|
|
|
+ // DebugManager.ResetGardenLevel(22);
|
|
|
+ // DebugManager.ResetVisitTutorial();
|
|
|
+ // HttpManager.GetThanksGiftInfo(RechargeGiftManager.Init, () => Bubble.Show(null, Language.GetStr(LanguageLabel.UI__GetThanksGiftInfoFailed)));
|
|
|
+ //}
|
|
|
|
|
|
- if (Input.GetKeyDown(KeyCode.A))
|
|
|
- {
|
|
|
- StringFilter.ContainSensitiveWord("真");
|
|
|
- //Manager.GardenLevel = 50;
|
|
|
- //Manager.Diamond = 1000;
|
|
|
- //PlayerManager.Player.ChangeClose(BodyPart.Eye, "眼睛3");
|
|
|
- //FashionShowEditPage.DisplayPlayer.ChangeClose(BodyPart.Eye, "眼睛3");
|
|
|
- }
|
|
|
+ //if (Input.GetKeyDown(KeyCode.A))
|
|
|
+ //{
|
|
|
+ // StringFilter.ContainSensitiveWord("真");
|
|
|
+ // Manager.GardenLevel = 50;
|
|
|
+ // Manager.Diamond = 1000;
|
|
|
+ // PlayerManager.Player.ChangeClose(BodyPart.Eye, "眼睛3");
|
|
|
+ // FashionShowEditPage.DisplayPlayer.ChangeClose(BodyPart.Eye, "眼睛3");
|
|
|
+ //}
|
|
|
|
|
|
- if (Input.GetKeyDown(KeyCode.S))
|
|
|
- {
|
|
|
- PlayerManager.Player.DisplayInScene();
|
|
|
- //Manager.Coin = 0;
|
|
|
- //Manager.Diamond = 0;
|
|
|
- }
|
|
|
+ //if (Input.GetKeyDown(KeyCode.S))
|
|
|
+ //{
|
|
|
+ // PlayerManager.Player.DisplayInScene();
|
|
|
+ // Manager.Coin = 0;
|
|
|
+ // Manager.Diamond = 0;
|
|
|
+ //}
|
|
|
|
|
|
//if (Input.GetKeyDown(KeyCode.D))
|
|
|
//{
|
|
@@ -176,15 +176,15 @@ public class Auxiliary : Regist
|
|
|
// Manager.Diamond = 1000;
|
|
|
//}
|
|
|
|
|
|
- if (Input.GetKeyDown(KeyCode.Z))
|
|
|
- {
|
|
|
- Manager.MinigameCDTimer = 0;
|
|
|
- }
|
|
|
+ //if (Input.GetKeyDown(KeyCode.Z))
|
|
|
+ //{
|
|
|
+ // Manager.MinigameCDTimer = 0;
|
|
|
+ //}
|
|
|
|
|
|
- if (Input.GetKeyDown(KeyCode.X))
|
|
|
- {
|
|
|
- MiniGameManager.GameTimer = 45;
|
|
|
- }
|
|
|
+ //if (Input.GetKeyDown(KeyCode.X))
|
|
|
+ //{
|
|
|
+ // MiniGameManager.GameTimer = 45;
|
|
|
+ //}
|
|
|
|
|
|
//if (Input.GetKeyDown(KeyCode.C))
|
|
|
//{
|