[engine] 增加 SP 标识

This commit is contained in:
SmallMain 2022-06-25 00:26:34 +08:00
parent f6daf58e92
commit e4e59b0305

View File

@ -390,7 +390,7 @@ var game = {
this._setAnimFrame();
cc.assetManager.builtins.init(() => {
// Log engine version
console.log('Cocos Creator v' + cc.ENGINE_VERSION);
console.log('Cocos Creator SP v' + cc.ENGINE_VERSION);
this._prepared = true;
this._runMainLoop();