背景和头像缺失

This commit is contained in:
2026-03-01 13:51:43 +08:00
parent eaaf7f8c9b
commit 7d2f6399af
5947 changed files with 1441367 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"win32_cfg": {
"project_path": "../../build",
"sln_file": "cocos2d-win32.sln",
"project_name": "lua-tests",
"build_cfg_path": "project/proj.win32",
"exe_out_dir": "lua-tests"
},
"linux_cfg": {
"project_path": "project/proj.linux",
"project_name": "lua-tests",
"cmake_path": "../../",
"build_dir": "../../build/linux-build",
"build_result_dir": "lua-tests"
},
"ios_cfg": {
"project_path": "../../build",
"project_file": "cocos2d_tests.xcodeproj",
"target_name": "lua-tests iOS"
},
"project_type": "lua",
"has_native": true,
"mac_cfg": {
"project_path": "../../build",
"project_file": "cocos2d_tests.xcodeproj",
"target_name": "lua-tests Mac"
},
"android_cfg": {
"project_path": "project/proj.android",
"studio_proj_path" : "project/proj.android-studio"
},
"engine_dir": "../../"
}