|
|
- Config = Config or {}
- Config.ConfigClientGod = Config.ConfigClientGod or {
- --印记坐标
- RunePos = {
- [1] = {
- mainPos = co.TableXY(-245.5,102.5),
- subPos = {
- [1] = co.TableXY(-143,159.6),
- [2] = co.TableXY(-344.8,159.6),
- }
- },
-
- [2] = {
- mainPos = co.TableXY(-350,-77),
- subPos = {
- [1] = co.TableXY(-446,-17.5),
- [2] = co.TableXY(-344,-193),
- }
- },
-
- [3] = {
- mainPos = co.TableXY(-141.5,-77),
- subPos = {
- [1] = co.TableXY(-143,-193),
- [2] = co.TableXY(-42.7,-17.5),
- }
- },
- }
-
-
-
-
- }
|