Skip to content

Commit 56e55c9

Browse files
committed
Merge pull request #1558 from dingpinglv/develop
Moved loading.js to res folder for Cocos console release mode.
2 parents b8ea3d6 + 9392114 commit 56e55c9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

frameworks/cocos2d-html5

templates/js-template-default/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</style>
2121
</head>
2222
<body style="padding:0; margin: 0; background: #000;">
23-
<script src="src/loading.js"></script>
23+
<script src="res/loading.js"></script>
2424
<canvas id="gameCanvas" width="800" height="450"></canvas>
2525
<script src="frameworks/cocos2d-html5/CCBoot.js"></script>
2626
<script src="main.js"></script>

0 commit comments

Comments
 (0)