IphoneX 创建userInfoButton报错
发布于 6 年前 作者 chaoqian 14112 次浏览 来自 问答
let button = platform.createUserInfoButton({
type: 'image' ,
   image: 'resource/image/btn_enter.png',
   text: '开始游戏' ,
   style: {
left: (width - 164) / 2  ,
       top: height - 100,
       width: 222 ,
       height: 92 ,
       lineHeight: 40 ,
       backgroundColor: '#00ff00' ,
       color: '#ffffff' ,
       textAlign: 'center' ,
       fontSize: 16 ,
       borderRadius: 4
   }
});
回到顶部