woso_javan 3 месяцев назад
Родитель
Сommit
dffa1649cf

+ 1 - 1
assets/module_take_goblet/Script/Component/OriginCup.ts

@@ -53,7 +53,7 @@ export class OriginCup extends Component {
         this.node.on(Node.EventType.TOUCH_END, () => {
             TakeGobletAudioMgr.playOneShot(TakeGobletAudioMgr.getMusicIdName(3), 1.0);
             if (this.freezeActive) {
-                tgxUITips.show('Unable to operate in freezing conditions!');
+                tgxUITips.show('Unable to operate \n in freezing conditions!');
                 return;
             }
             EventDispatcher.instance.emit(GameEvent.EVENT_CLICK_ORIGIN_CUP, this);

+ 3 - 3
assets/module_take_goblet/Script/LevelAction.ts

@@ -188,7 +188,7 @@ export class LevelAction extends Component {
 
     private async generateOriginCups() {
         if (this.isProcessing) {
-            tgxUITips.show('Please wait for the current process to complete!');
+            tgxUITips.show('Please wait for the \n current process to complete!');
             return;
         }
         const levelModel = LevelManager.instance.levelModel;
@@ -242,7 +242,7 @@ export class LevelAction extends Component {
 
     public async handlePourOriginCup(originCup: OriginCup) {
         if (this.isProcessing) {
-            tgxUITips.show('Please wait for the current process to complete!');
+            tgxUITips.show('Please wait for the \n current process to complete!');
             return;
         }
         this.isProcessing = true;
@@ -463,7 +463,7 @@ export class LevelAction extends Component {
             }
         }
         // 调整偏移量
-        targetWorldPos.x -= !tempRegex ? 55 : 20;
+        targetWorldPos.x -= !tempRegex ? 55 : 40;
         targetWorldPos.y += !tempRegex ? targetPosY : 205;
 
         // 移动动画到目标位置

+ 4 - 4
assets/module_take_goblet/rooster_takegoblet.scene

@@ -1223,8 +1223,8 @@
     "_prefab": null,
     "_lpos": {
       "__type__": "cc.Vec3",
-      "x": -296.947,
-      "y": 648.368,
+      "x": -300,
+      "y": 580,
       "z": 0
     },
     "_lrot": {
@@ -2031,9 +2031,9 @@
     "__prefab": null,
     "_alignFlags": 9,
     "_target": null,
-    "_left": 13.052999999999997,
+    "_left": 10,
     "_right": 0,
-    "_top": -58.36800000000005,
+    "_top": 10,
     "_bottom": 0,
     "_horizontalCenter": 0,
     "_verticalCenter": 0,