Skip to content

Commit 24a95a3

Browse files
committed
微调地图布局
1 parent 583819e commit 24a95a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

parts/modes.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ return {
105105

106106
{name='spinren', x=710, y=-300, size=40,shape=2,icon="tsd"},
107107

108-
{name='pctrain_n', x=750, y=-450, size=40,shape=1,icon="pc", unlock={'pctrain_l','pc_n'}},
109-
{name='pctrain_l', x=950, y=-450, size=40,shape=1,icon="pc"},
108+
{name='pctrain_n', x=760, y=-450, size=40,shape=1,icon="pc", unlock={'pctrain_l','pc_n'}},
109+
{name='pctrain_l', x=960, y=-450, size=40,shape=1,icon="pc"},
110110

111-
{name='pc_n', x=850, y=-300, size=40,shape=1,icon="pc", unlock={'pc_h'}},
112-
{name='pc_h', x=1000, y=-300, size=40,shape=3,icon="pc", unlock={'pc_l','pc_inf'}},
113-
{name='pc_l', x=1150, y=-300, size=40,shape=3,icon="pc"},
114-
{name='pc_inf', x=1150, y=-450, size=40,shape=2,icon="pc"},
111+
{name='pc_n', x=870, y=-300, size=40,shape=1,icon="pc", unlock={'pc_h'}},
112+
{name='pc_h', x=1020, y=-300, size=40,shape=3,icon="pc", unlock={'pc_l','pc_inf'}},
113+
{name='pc_l', x=1170, y=-300, size=40,shape=3,icon="pc"},
114+
{name='pc_inf', x=1170, y=-450, size=40,shape=2,icon="pc"},
115115

116116
{name='tech_n', x=400, y=20, size=40,shape=1,icon="tech", unlock={'tech_n_plus','tech_h'}},
117117
{name='tech_n_plus', x=200, y=-10, size=40,shape=3,icon="tech_plus"},

0 commit comments

Comments
 (0)