mirror of
https://github.com/tiennm99/fbird.git
synced 2026-06-12 04:12:10 +00:00
25 lines
486 B
JSON
Vendored
25 lines
486 B
JSON
Vendored
{
|
|
"copy_resources": [
|
|
{
|
|
"from": "../../../src",
|
|
"to": "src"
|
|
},
|
|
{
|
|
"from": "../../../res",
|
|
"to": "res"
|
|
},
|
|
{
|
|
"from": "../../../main.js",
|
|
"to": ""
|
|
},
|
|
{
|
|
"from": "../../../project.json",
|
|
"to": ""
|
|
},
|
|
{
|
|
"from": "../../cocos2d-x/cocos/scripting/js-bindings/script",
|
|
"to": "script"
|
|
}
|
|
]
|
|
}
|