Skip to content

Commit 8ada72a

Browse files
drelaptopminggo
authored and
minggo
committed
update web Spine to 3.6.39
1 parent 1ffd22f commit 8ada72a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cocos/scripting/js-bindings/script/jsb_cocos2d.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
// CCConfig.js
2929
//
30-
cc.ENGINE_VERSION = "Cocos2d-JS v3.16";
30+
cc.ENGINE_VERSION = "Cocos2d-JS v3.17";
3131

3232
cc.FIX_ARTIFACTS_BY_STRECHING_TEXEL = 0;
3333
cc.DIRECTOR_STATS_POSITION = {x: 0, y: 0};

tests/js-tests/src/tests_resources.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ var g_tilemaps = [
724724

725725
var g_spine = [
726726
"spine/spineboy.atlas",
727-
"spine/spineboy.json",
727+
"spine/spineboy-ess.json",
728728
"spine/spineboy.png",
729729
"spine/sprite.png",
730730
"spine/goblins.png",

web

Submodule web updated 36 files

0 commit comments

Comments
 (0)