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

33 lines
661 B

  1. --特殊小地图列表,场景ID = 资源ID,
  2. --优先读取这里的配置,配置资源对应以下路径
  3. --u3d\Assets\LuaFramework\AssetBundleRes\icon\MapModule\场景ID.png
  4. --没配置的话,默认读取对应地图的缩略图资源
  5. Config.ConfigMiniMap = {
  6. [1001] = 1001,
  7. [1002] = 1002,
  8. [1003] = 1003,
  9. [1004] = 1004,
  10. [1005] = 1005,
  11. [1007] = 1007,
  12. [1008] = 1008,
  13. [1009] = 1009,
  14. }
  15. --半透明地图的配置
  16. Config.ConfigMiniMap.Alpha = {
  17. -- [1001] = true,
  18. -- [1601] = true,
  19. }
  20. Config.ConfigLockMiniMap = {
  21. [1001] = true,
  22. [1002] = true,
  23. [1003] = true,
  24. [1004] = true,
  25. [1005] = true,
  26. [1007] = true,
  27. [1008] = true,
  28. [1009] = true,
  29. }