源战役客户端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

20 行
460 B

  1. Config = Config or {}
  2. Config.ConfigCustomHeadPath = Config.ConfigCustomHeadPath or {
  3. -- [1] = {icon = 1100},
  4. -- [2] = {icon = 1101},
  5. -- [3] = {icon = 1102},
  6. -- [4] = {icon = 1103},
  7. -- [5] = {icon = 1104},
  8. }
  9. ---------规定职业的以1 开头 技能以2开头
  10. Config.ConfigCustomHeadPath.Career = {
  11. [1] = {icon = 1100},
  12. [2] = {icon = 1101}
  13. }
  14. Config.ConfigCustomHeadPath.Skill = {
  15. [1] = {icon = 1102},
  16. [2] = {icon = 1103},
  17. }