Skip to content

Commit 73bf4e3

Browse files
committed
【WIP】tspin模式改为spin模式
1 parent 4581d48 commit 73bf4e3

File tree

11 files changed

+490
-170
lines changed

11 files changed

+490
-170
lines changed

assets/game/exteriorMap.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ local tau=MATH.tau
1515
---| 'sprint'
1616
---| 'sequence'
1717
---| 'invis'
18-
---| 'tspin'
18+
---| 'spin'
1919
---| 'marathon'
2020
---| 'allclear'
2121
---| 'combo'
@@ -35,7 +35,7 @@ local modes={
3535
{pos={25,35,00},selColor=COLOR.lP,name='sprint'},
3636
{pos={25,50,00},selColor=COLOR.lP,name='sequence'},
3737
{pos={25,65,15},selColor=COLOR.lP,name='invis'},
38-
{pos={25,50,15},selColor=COLOR.lP,name='tspin'},
38+
{pos={25,50,15},selColor=COLOR.lP,name='spin'},
3939

4040
{pos={45,45,00},selColor=COLOR.lP,name='marathon'},
4141
{pos={45,60,00},selColor=COLOR.lP,name='allclear'},
@@ -67,15 +67,15 @@ local modes_str={} for i=1,#modes do modes_str[modes[i].name]=modes[i] end
6767

6868
local bridgeLinks={
6969
'marathon - dig - sprint - marathon',
70-
'sprint - tspin',
70+
'sprint - spin',
7171
'sprint - invis',
7272
'sprint - sequence',
7373
'marathon - hypersonic',
7474
'marathon - combo',
7575
'marathon - allclear',
7676
'dig - excavate - backfire',
7777
'dig - drill - survivor',
78-
'tspin - chain',
78+
'spin - chain',
7979
'drill - action',
8080
}
8181
local bridges={}

0 commit comments

Comments
 (0)