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

32 lines
535 B

  1. Config = Config or {}
  2. Config.ConfigClientGod = Config.ConfigClientGod or {
  3. --印记坐标
  4. RunePos = {
  5. [1] = {
  6. mainPos = co.TableXY(-245.5,102.5),
  7. subPos = {
  8. [1] = co.TableXY(-143,159.6),
  9. [2] = co.TableXY(-344.8,159.6),
  10. }
  11. },
  12. [2] = {
  13. mainPos = co.TableXY(-350,-77),
  14. subPos = {
  15. [1] = co.TableXY(-446,-17.5),
  16. [2] = co.TableXY(-344,-193),
  17. }
  18. },
  19. [3] = {
  20. mainPos = co.TableXY(-141.5,-77),
  21. subPos = {
  22. [1] = co.TableXY(-143,-193),
  23. [2] = co.TableXY(-42.7,-17.5),
  24. }
  25. },
  26. }
  27. }