Skip to content

Commit

Permalink
Merge pull request #1615 from SmallAiTT/CCGame_dev3.0
Browse files Browse the repository at this point in the history
Rename `cocos2d-html5/cocos2d/core/CCGame.js` to `cocos2d-html5/CCBoot.js`
  • Loading branch information
dingpinglv committed Mar 3, 2014
2 parents 39cdefa + 20f7830 commit ce95832
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions HelloHTML5World/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</head>
<body style="padding:0; margin: 0; background: #000;">
<canvas id="gameCanvas" width="800" height="450"></canvas>
<script src="../cocos2d/core/CCGame.js"></script>
<script src="src/main.js"></script>
<script src="../CCBoot.js"></script>
<script src="main.js"></script>
</body>
</html>
10 changes: 1 addition & 9 deletions HelloHTML5World/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@
"renderMode" : 1,
"engineDir":"../",

"modulesDesc" : {
"desc" : "This prop is not used. It just tells you which modules you can config in `modules`.",

"extensions" : "extensions module",
"pluginx" : "pluginx module",
"box2d" : "box2d module",
"chipmunk" : "chipmunk module"
},
"modules" : ["extensions", "pluginx", "box2d", "chipmunk"],
"modules" : ["menus"],

"jsList" : [
"src/resource.js",
Expand Down

0 comments on commit ce95832

Please sign in to comment.