From fcd1f274af870bd859cdba9657da8cd868bdc332 Mon Sep 17 00:00:00 2001
From: liujiangnan <695541723@qq.com>
Date: Thu, 13 Jul 2023 06:53:19 +0800
Subject: [PATCH] feat

---
 assets/douyin_xiaoxiaole/scene/douyin_xiaoxiaole.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/douyin_xiaoxiaole/scene/douyin_xiaoxiaole.js b/assets/douyin_xiaoxiaole/scene/douyin_xiaoxiaole.js
index 79a3cd9..3cc4ed1 100644
--- a/assets/douyin_xiaoxiaole/scene/douyin_xiaoxiaole.js
+++ b/assets/douyin_xiaoxiaole/scene/douyin_xiaoxiaole.js
@@ -9256,8 +9256,8 @@ cc.Class({
 
 		const scorePanel = getSprNode("score_panel");
 		this.bgLayer.addChild(scorePanel, 5);
-		scorePanel.x = this.canvas.width / 2 - scorePanel.width / 2 - 20 * this._mapScaleMin;
-		scorePanel.y = this.canvas.height / 2 - scorePanel.height / 2 - 20 * this._mapScaleMin;
+		scorePanel.x = this.canvas.width / 2 - scorePanel.width / 2 - 80 * this._mapScaleMin;
+		scorePanel.y = this.canvas.height / 2 - scorePanel.height / 2 - 200 * this._mapScaleMin;
 
 		const scorelLabel = this.getRichText("0", 30, "#ffffff", "2", "#379616")
 		scorelLabel.x = 32;
-- 
2.21.0