Commit e6b846df authored by Edwise's avatar Edwise 🍷

商城按钮下移

parent c3500123
......@@ -100,7 +100,7 @@ export class MainSceneBtnUi extends Module {
that.initCatInfoGroup();
that.initFishPointGroup();
that.shapGoBtn = Ins.initButton("dba58651-57a3-4b75-9447-0e4d498dd8cd")
that.shapGoBtn.position.set((Ins.stageW - that.shapGoBtn.width) >> 1, 137);
that.shapGoBtn.position.set((Ins.stageW - that.shapGoBtn.width) >> 1, 126);
that.bottomBtnGroup.addChild(that.shapGoBtn);
that.updateUserInfo();
that.start();
......
......@@ -47583,7 +47583,7 @@ var MainSceneBtnUi = (function (_super) {
that.initCatInfoGroup();
that.initFishPointGroup();
that.shapGoBtn = Ins_1.Ins.initButton("dba58651-57a3-4b75-9447-0e4d498dd8cd");
that.shapGoBtn.position.set((Ins_1.Ins.stageW - that.shapGoBtn.width) >> 1, 137);
that.shapGoBtn.position.set((Ins_1.Ins.stageW - that.shapGoBtn.width) >> 1, 126);
that.bottomBtnGroup.addChild(that.shapGoBtn);
that.updateUserInfo();
that.start();
This diff is collapsed.
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