From 18ced62a549cad18aba00938d10a86d7ec06fc0d Mon Sep 17 00:00:00 2001 From: SmallMain Date: Tue, 21 Jun 2022 10:16:01 +0800 Subject: [PATCH 02/15] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E4=B8=AD=E5=A2=9E=E5=8A=A0=20=E2=80=9CSP=E2=80=9D=20?= =?UTF-8?q?=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/cocos2d/core/CCGame.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/cocos2d/core/CCGame.js b/engine/cocos2d/core/CCGame.js index c7ca11e..dec82da 100644 --- a/engine/cocos2d/core/CCGame.js +++ b/engine/cocos2d/core/CCGame.js @@ -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(); -- 2.32.0 (Apple Git-132)