no message

This commit is contained in:
TJH 2025-12-29 16:11:23 +08:00
parent 45f7a03d48
commit 0818be730a

View File

@ -112,7 +112,7 @@ export class RollerManager extends Component {
let UIComponent = maskNode.addComponent(UITransform);
comp.type = Mask.Type.GRAPHICS_RECT;
UIComponent.setContentSize(1040, 840)
UIComponent.setContentSize(1040, 830)
return maskNode;
}