添加撤回逻辑

This commit is contained in:
2025-05-16 21:10:37 +08:00
parent 308deb15a0
commit 404824bf07
9 changed files with 2791 additions and 4389 deletions

View File

@@ -41,6 +41,7 @@ export class Block extends Laya.Script {
}
}
this.label_show = label_obj.getChildByName("label_show") as Laya.Label
// this.label_show.text = XGroup + "" + YGroup
VBox = label_obj.getChildByName("VBox")
for (var i=0; i<VBox.numChildren; i++) {
var hbox = VBox.getChildAt(i);