[]Text 居中 搭配 Tween 显示结果有问题。
var txt = new Laya.Text();
txt.text = "做个测试";
txt.x = 0;
txt.y = 0;
txt.color = "#FFFFFF";
txt.fontSize = 12;
txt.width = 800;
txt.height = 600;
txt.align = "center";
txt.valign = "middle";
Laya.stage.addChild(txt);
Laya.Tween.to(txt,
{
scaleX:2,
scaleY:2,
}, 1000, Laya.Ease.elasticOut,null,1000);
画布800x600,在屏幕正中间显示一行字,通过缓动放大倍数到2倍,不改变位置,结果发现缓动把位置变动了,请问这是个BUG吗?
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Laya_XS
赞同来自: