We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b5e8bc + 3e9e295 commit 288c390Copy full SHA for 288c390
templates/js-template-default/index.html
@@ -23,6 +23,6 @@
23
<script src="res/loading.js"></script>
24
<canvas id="gameCanvas" width="800" height="450"></canvas>
25
<script src="frameworks/cocos2d-html5/CCBoot.js"></script>
26
-<script src="main.js"></script>
+<script cocos src="main.js"></script>
27
</body>
28
-</html>
+</html>
templates/js-template-runtime/index.html
@@ -22,6 +22,6 @@
22
<body style="padding:0; margin: 0; background: #000;">
0 commit comments