GlobalConfig.ts 129 B

12345
  1. export const GlobalConfig = {
  2. isDebug: true,
  3. initilizeLevel: 1,//初始关卡
  4. levelTotal: 1, //最大关卡等级
  5. }