源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
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. }