var restLabel = new cc.LabelTTF("", “Arial”, 80);
restLabel.color = cc.color.BLACK;
restLabel.enableStroke(cc.color.WHITE, 3);
无论在JSB中还是在WebBrowser中都无效
黄色字体,黑色边框,只在WebBrowser中有效
var restLabel = new cc.LabelTTF("", “Arial”, 80);
restLabel.color = cc.color.BLACK;
restLabel.enableStroke(cc.color.WHITE, 3);
无论在JSB中还是在WebBrowser中都无效
黄色字体,黑色边框,只在WebBrowser中有效
谢谢反馈 
有临时解决方案吗?
我试了几个,好像只有 深色包浅色的可以 ,浅色包深色就会出现颜色全部变成深色的