Skip to content

Commit

Permalink
【WIP】tspin模式改为spin模式
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Nov 29, 2024
1 parent 4581d48 commit 73bf4e3
Show file tree
Hide file tree
Showing 11 changed files with 490 additions and 170 deletions.
8 changes: 4 additions & 4 deletions assets/game/exteriorMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local tau=MATH.tau
---| 'sprint'
---| 'sequence'
---| 'invis'
---| 'tspin'
---| 'spin'
---| 'marathon'
---| 'allclear'
---| 'combo'
Expand All @@ -35,7 +35,7 @@ local modes={
{pos={25,35,00},selColor=COLOR.lP,name='sprint'},
{pos={25,50,00},selColor=COLOR.lP,name='sequence'},
{pos={25,65,15},selColor=COLOR.lP,name='invis'},
{pos={25,50,15},selColor=COLOR.lP,name='tspin'},
{pos={25,50,15},selColor=COLOR.lP,name='spin'},

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

local bridgeLinks={
'marathon - dig - sprint - marathon',
'sprint - tspin',
'sprint - spin',
'sprint - invis',
'sprint - sequence',
'marathon - hypersonic',
'marathon - combo',
'marathon - allclear',
'dig - excavate - backfire',
'dig - drill - survivor',
'tspin - chain',
'spin - chain',
'drill - action',
}
local bridges={}
Expand Down
Loading

0 comments on commit 73bf4e3

Please sign in to comment.