Skip to content

Commit dfa6d6c

Browse files
committed
Merge pull request #2746 from dingpinglv/develop
Moved loading.js to res folder for Cocos console release mode.
2 parents 81c6e1c + 851bbbf commit dfa6d6c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

template/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<script src="main.js"></script>
2424
</head>
2525
<body style="padding:0; margin: 0; background: #000;">
26-
<script src="src/loading.js"></script>
26+
<script src="res/loading.js"></script>
2727
<canvas id="gameCanvas" width="321" height="480"></canvas>
2828
</body>
2929
</html>
File renamed without changes.

0 commit comments

Comments
 (0)