源战役客户端
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.

41 lines
740 B

  1. Config = Config or {}
  2. --模型ID 模型名字条显示的高度
  3. Config.ConfigSceneObjHeight = Config.ConfigSceneObjHeight or
  4. {
  5. [203006] = 350,
  6. [203008] = 350,
  7. [203022] = 410,
  8. [203017] = 400,
  9. [203021] = 400,
  10. [601003] = 350,
  11. [601001] = 370,
  12. [203018] = 500,
  13. [203016] = 450,
  14. [101010] = 310,
  15. [102010] = 310,
  16. [10408001] = 240,
  17. [10410001] = 250,
  18. [2050004] = 65,
  19. [2050005] = 65,
  20. [2050006] = 65,
  21. [2050007] = 65,
  22. [58110001]=900,
  23. [203012] = 500,
  24. [10010006] = 450,
  25. [10010008] = 450,
  26. [10010009] = 450,
  27. }
  28. --设置头饰
  29. Config.ConfigSceneObjHeight.CareerHeadWearHeight = {
  30. [10104001] = 60,
  31. }
  32. --设置发饰
  33. Config.ConfigSceneObjHeight.CareerHatWearHeight = {
  34. }
  35. --默认高度
  36. Config.ConfigSceneObjHeight.DefaultHeight = 200