Commit 35930640 authored by Edwise's avatar Edwise 🍷

:feat:隐藏排行榜按钮

parent 4a68d666
......@@ -21,6 +21,7 @@ export default class StartScene extends Scene {
exemptionTxt: eui.Label;
async start(data?) {
this.rankBtn.visible = false;
this.updateCountTxt();
super.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