Commit fcd1f274 authored by liujiangnan's avatar liujiangnan

feat

parent 63e616d2
......@@ -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;
......
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