- 全部代码重写,改为拖拽合成(drag-and-drop merge) - 拖拽方块到相邻同等级方块上完成合成 - 拖到空格移动,拖到无效位置弹回 - Cocos Creator 3.8.8 全面适配 - 移除 GameManager.ts → 改为 GameController.ts Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "ES2015",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"isolatedModules": true,
|
|
"outDir": "./temp",
|
|
"rootDir": "./assets",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"types": []
|
|
},
|
|
"include": ["assets/**/*"]
|
|
}
|