Commit 010b967a authored by 邱旭's avatar 邱旭

1

parent d1542273
......@@ -1403,7 +1403,7 @@ export default class MainScene extends Scene {
this.stepCircle = new egret.Shape();
this.stepCircle.touchEnabled = true;
this.stepCircle.graphics.beginFill(0xff0000, 0);
this.stepCircle.graphics.drawCircle(181, 105, 80);
this.stepCircle.graphics.drawCircle(180, 85, 80);
this.stepCircle.graphics.endFill();
this.stepCircle.addEventListener(egret.TouchEvent.TOUCH_TAP, () => {
this.sendPropUse(PropType.CHANCE_NUM)
......
......@@ -72,7 +72,7 @@ export class PropGuide extends egret.DisplayObjectContainer {
this.bg.graphics.lineTo(750, 1624);
this.bg.graphics.lineTo(0, 1624);
this.bg.graphics.lineTo(0, 0);
this.bg.graphics.drawArc(181, 105, 80, 0, Math.PI * 2, true)
this.bg.graphics.drawArc(180, 85, 80, 0, Math.PI * 2, true)
this.bg.graphics.endFill();
this.msgTxt.text = "点击左上方步数,可为闯关时增加额外5次步数";
// this.msgTxt.x = 320;
......
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