Commit 96c07869 authored by 李维's avatar 李维

fix: test

parent e1fd91ba
......@@ -42,6 +42,10 @@ export default class GameCenter extends cc.Component {
const canvas = cc.find("middleLayer");
canvas.getComponent(cc.Widget).updateAlignment();
const backBtn = cc.find("middleLayer/back_btn");
backBtn.x = 80;
backBtn.y = 0;
}
private initComponents() {
......
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