GameConfig.js 116 B

1234567
  1. // 负责全局游戏静态的默认数据(总时长,总关卡数)
  2. module.exports = {
  3. LevelNum : 0,
  4. };