Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
lib
/web.config
.idea
build
Expand Down
8 changes: 8 additions & 0 deletions cocos2d/accelerometer/cfg/resCfg.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
var resCfg = cc.resCfg;
var jsRes = js.ccaccelerometer;

resCfg["ccaccelerometer"] = {
ref : []//Base references for the project.
};

resCfg.gameModules = [];//Game modules
7 changes: 7 additions & 0 deletions cocos2d/accelerometer/cocos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"dependencies":[
],
"genJsRes" : {
"dirCfgs" : ["lib"]
}
}
43 changes: 43 additions & 0 deletions cocos2d/accelerometer/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name":"ccaccelerometer",
"description":"",
"version":"2.2.2",
"keywords":[
"cocos2d-html5",
"cocos",
"utils",
"web",
"game",
"html5",
"app",
"api"
],
"maintainers":[
{
"name":"linshun",
"email":"linshun@cocos2d-x.org"
}
],
"contributors":[
{
"name":"authors",
"web":"https://github.com/cocos2d/cocos2d-html5/blob/develop/AUTHORS.txt"
}
],
"bugs":{
"web":"https://github.com/cocos2d/cocos2d-html5/issues"
},
"license":[
{
"type":"MIT",
"url":"https://github.com/cocos2d/cocos2d-html5/blob/master/licenses/LICENSE_cocos2d-html5.txt"
}
],
"repository":{
"type":"git",
"url":"https://github.com/cocos2d/cocos2d-html5.git"
},
"dependencies":{},
"readme":"",
"homepage":"https://github.com/cocos2d/cocos2d-html5"
}
8 changes: 8 additions & 0 deletions cocos2d/actions/cfg/resCfg.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
var resCfg = cc.resCfg;
var jsRes = js.ccactions;

resCfg["ccactions"] = {
ref : []//Base references for the project.
};

resCfg.gameModules = [];//Game modules
7 changes: 7 additions & 0 deletions cocos2d/actions/cocos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"dependencies":[
],
"genJsRes" : {
"dirCfgs" : ["lib"]
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
43 changes: 43 additions & 0 deletions cocos2d/actions/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name":"ccactions",
"description":"",
"version":"2.2.2",
"keywords":[
"cocos2d-html5",
"cocos",
"utils",
"web",
"game",
"html5",
"app",
"api"
],
"maintainers":[
{
"name":"linshun",
"email":"linshun@cocos2d-x.org"
}
],
"contributors":[
{
"name":"authors",
"web":"https://github.com/cocos2d/cocos2d-html5/blob/develop/AUTHORS.txt"
}
],
"bugs":{
"web":"https://github.com/cocos2d/cocos2d-html5/issues"
},
"license":[
{
"type":"MIT",
"url":"https://github.com/cocos2d/cocos2d-html5/blob/master/licenses/LICENSE_cocos2d-html5.txt"
}
],
"repository":{
"type":"git",
"url":"https://github.com/cocos2d/cocos2d-html5.git"
},
"dependencies":{},
"readme":"",
"homepage":"https://github.com/cocos2d/cocos2d-html5"
}
8 changes: 8 additions & 0 deletions cocos2d/actions3d/cfg/resCfg.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
var resCfg = cc.resCfg;
var jsRes = js.ccactions3d;

resCfg["ccactions3d"] = {
ref : []//Base references for the project.
};

resCfg.gameModules = [];//Game modules
7 changes: 7 additions & 0 deletions cocos2d/actions3d/cocos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"dependencies":[
],
"genJsRes" : {
"dirCfgs" : ["lib"]
}
}
43 changes: 43 additions & 0 deletions cocos2d/actions3d/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name":"ccactions3d",
"description":"",
"version":"2.2.2",
"keywords":[
"cocos2d-html5",
"cocos",
"utils",
"web",
"game",
"html5",
"app",
"api"
],
"maintainers":[
{
"name":"linshun",
"email":"linshun@cocos2d-x.org"
}
],
"contributors":[
{
"name":"authors",
"web":"https://github.com/cocos2d/cocos2d-html5/blob/develop/AUTHORS.txt"
}
],
"bugs":{
"web":"https://github.com/cocos2d/cocos2d-html5/issues"
},
"license":[
{
"type":"MIT",
"url":"https://github.com/cocos2d/cocos2d-html5/blob/master/licenses/LICENSE_cocos2d-html5.txt"
}
],
"repository":{
"type":"git",
"url":"https://github.com/cocos2d/cocos2d-html5.git"
},
"dependencies":{},
"readme":"",
"homepage":"https://github.com/cocos2d/cocos2d-html5"
}
8 changes: 8 additions & 0 deletions cocos2d/audio/cfg/resCfg.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
var resCfg = cc.resCfg;
var jsRes = js.ccaudio;

resCfg["ccaudio"] = {
ref : []//Base references for the project.
};

resCfg.gameModules = [];//Game modules
7 changes: 7 additions & 0 deletions cocos2d/audio/cocos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"dependencies":[
],
"genJsRes" : {
"dirCfgs" : ["lib"]
}
}
43 changes: 43 additions & 0 deletions cocos2d/audio/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name":"ccaudio",
"description":"",
"version":"2.2.2",
"keywords":[
"cocos2d-html5",
"cocos",
"utils",
"web",
"game",
"html5",
"app",
"api"
],
"maintainers":[
{
"name":"linshun",
"email":"linshun@cocos2d-x.org"
}
],
"contributors":[
{
"name":"authors",
"web":"https://github.com/cocos2d/cocos2d-html5/blob/develop/AUTHORS.txt"
}
],
"bugs":{
"web":"https://github.com/cocos2d/cocos2d-html5/issues"
},
"license":[
{
"type":"MIT",
"url":"https://github.com/cocos2d/cocos2d-html5/blob/master/licenses/LICENSE_cocos2d-html5.txt"
}
],
"repository":{
"type":"git",
"url":"https://github.com/cocos2d/cocos2d-html5.git"
},
"dependencies":{},
"readme":"",
"homepage":"https://github.com/cocos2d/cocos2d-html5"
}
8 changes: 8 additions & 0 deletions cocos2d/clipping_nodes/cfg/resCfg.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
var resCfg = cc.resCfg;
var jsRes = js.cccliping;

resCfg["cccliping"] = {
ref : []//Base references for the project.
};

resCfg.gameModules = [];//Game modules
7 changes: 7 additions & 0 deletions cocos2d/clipping_nodes/cocos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"dependencies":[
],
"genJsRes" : {
"dirCfgs" : ["lib"]
}
}
43 changes: 43 additions & 0 deletions cocos2d/clipping_nodes/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name":"cccliping",
"description":"",
"version":"2.2.2",
"keywords":[
"cocos2d-html5",
"cocos",
"utils",
"web",
"game",
"html5",
"app",
"api"
],
"maintainers":[
{
"name":"linshun",
"email":"linshun@cocos2d-x.org"
}
],
"contributors":[
{
"name":"authors",
"web":"https://github.com/cocos2d/cocos2d-html5/blob/develop/AUTHORS.txt"
}
],
"bugs":{
"web":"https://github.com/cocos2d/cocos2d-html5/issues"
},
"license":[
{
"type":"MIT",
"url":"https://github.com/cocos2d/cocos2d-html5/blob/master/licenses/LICENSE_cocos2d-html5.txt"
}
],
"repository":{
"type":"git",
"url":"https://github.com/cocos2d/cocos2d-html5.git"
},
"dependencies":{},
"readme":"",
"homepage":"https://github.com/cocos2d/cocos2d-html5"
}
8 changes: 8 additions & 0 deletions cocos2d/compress/cfg/resCfg.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
var resCfg = cc.resCfg;
var jsRes = js.cccompress;

resCfg["cccompress"] = {
ref : []//Base references for the project.
};

resCfg.gameModules = [];//Game modules
7 changes: 7 additions & 0 deletions cocos2d/compress/cocos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"dependencies":[
],
"genJsRes" : {
"dirCfgs" : ["lib"]
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
43 changes: 43 additions & 0 deletions cocos2d/compress/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name":"cccompress",
"description":"",
"version":"2.2.2",
"keywords":[
"cocos2d-html5",
"cocos",
"utils",
"web",
"game",
"html5",
"app",
"api"
],
"maintainers":[
{
"name":"linshun",
"email":"linshun@cocos2d-x.org"
}
],
"contributors":[
{
"name":"authors",
"web":"https://github.com/cocos2d/cocos2d-html5/blob/develop/AUTHORS.txt"
}
],
"bugs":{
"web":"https://github.com/cocos2d/cocos2d-html5/issues"
},
"license":[
{
"type":"MIT",
"url":"https://github.com/cocos2d/cocos2d-html5/blob/master/licenses/LICENSE_cocos2d-html5.txt"
}
],
"repository":{
"type":"git",
"url":"https://github.com/cocos2d/cocos2d-html5.git"
},
"dependencies":{},
"readme":"",
"homepage":"https://github.com/cocos2d/cocos2d-html5"
}
8 changes: 8 additions & 0 deletions cocos2d/core/cfg/resCfg.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
var resCfg = cc.resCfg;
var jsRes = js.cocos2d-html5;

resCfg["cocos2d-html5"] = {
ref : []//Base references for the project.
};

resCfg.gameModules = [];//Game modules
Loading