cc.director.setDisplayStats(false); // 屏蔽fps
if (CC_BUILD) {
var splash = document.getElementById(‘splash’);
splash.style.display = ‘none’;
}
谢谢你
cc.director.setDisplayStats(false); // 屏蔽fps
if (CC_BUILD) {
var splash = document.getElementById(‘splash’);
splash.style.display = ‘none’;
}
谢谢你