Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename cocos2d-html5/cocos2d/core/CCGame.js to cocos2d-html5/CCBoot.js #1615

Merged
merged 1 commit into from
Mar 3, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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