Files
Pizza/tsconfig.json
wuguiyu 1512bf46d1 初始化工程
基础玩法代码
修复回收对象池回收后还出现在手上
顾客移动速度
引导箭头
收银员触发发放披萨圈
pizza机的Max
主角Max
顾客吃完留钞票
顾客优先拼桌
顾客就餐位置
完善地块解锁(解锁图标宽高不对)
2026-03-03 11:58:26 +08:00

10 lines
191 B
JSON

{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false
}
}