From a6708ebf0e0ae06a0273f7bb544e31d0584eb107 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 18 Oct 2020 12:20:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A8=A1=E5=BC=8F=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=EF=BC=8C=E5=BE=AE=E8=B0=83=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes.lua | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/parts/modes.lua b/parts/modes.lua index 197e3e0d..6e39cd75 100644 --- a/parts/modes.lua +++ b/parts/modes.lua @@ -6,22 +6,22 @@ return{ {name="sprint_400", x=-400, y=-200, size=35,shape=1,icon="sprint", unlock={"sprint_1000"}}, {name="sprint_1000", x=-600, y=-200, size=35,shape=1,icon="sprint", }, - {name="sprintFix", x=180, y=-400, size=40,shape=2,icon="sprint_new", }, - {name="sprintLock", x=240, y=-290, size=40,shape=2,icon="sprint_new", }, - {name="sprintPenta", x=240, y=-180, size=40,shape=2,icon="sprint_new", }, - {name="sprintMPH", x=180, y=-70, size=40,shape=2,icon="sprint_new", }, + {name="sprintFix", x=180, y=-410, size=40,shape=3,icon="sprint_new", }, + {name="sprintLock", x=240, y=-300, size=40,shape=3,icon="sprint_new", }, + {name="sprintPenta", x=240, y=-180, size=40,shape=3,icon="sprint_new", }, + {name="sprintMPH", x=180, y=-70, size=40,shape=3,icon="sprint_new", }, - {name="drought_normal", x=-400, y=0, size=35,shape=1,icon="noI", unlock={"drought_lunatic"}}, - {name="drought_lunatic", x=-600, y=0, size=35,shape=1,icon="mess", }, + {name="drought_normal", x=-400, y=0, size=35,shape=1,icon="noI", unlock={"drought_lunatic"}}, + {name="drought_lunatic", x=-600, y=0, size=35,shape=1,icon="mess", }, {name="dig_10", x=-200, y=-400, size=35,shape=1,icon="dig", unlock={"dig_40"}}, {name="dig_40", x=-400, y=-400, size=35,shape=1,icon="dig", unlock={"dig_100"}}, {name="dig_100", x=-600, y=-400, size=35,shape=1,icon="dig", unlock={"dig_400"}}, {name="dig_400", x=-800, y=-200, size=35,shape=1,icon="dig", }, - {name="marathon_normal", x=0, y=-600, size=55,shape=1,icon="flag", unlock={"marathon_hard","marathon_ultimate","solo_1","round_1","blind_easy","classic_fast","survivor_easy","bigbang","zen"}}, - {name="marathon_hard", x=0, y=-800, size=45,shape=1,icon="flag", unlock={"master_beginner"}}, - {name="marathon_ultimate", x=-300, y=-500, size=35,shape=2,icon="flag", }, + {name="marathon_normal", x=0, y=-600, size=55,shape=1,icon="marathon", unlock={"marathon_hard","marathon_ultimate","solo_1","round_1","blind_easy","classic_fast","survivor_easy","bigbang","zen"}}, + {name="marathon_hard", x=0, y=-800, size=45,shape=1,icon="marathon", unlock={"master_beginner"}}, + {name="marathon_ultimate", x=-120, y=-490, size=35,shape=2,icon="marathon", }, {name="solo_1", x=-300, y=-1000, size=35,shape=1,icon="solo", unlock={"solo_2"}}, {name="solo_2", x=-500, y=-1000, size=35,shape=1,icon="solo", unlock={"solo_3"}}, @@ -43,15 +43,15 @@ return{ {name="round_5", x=-1100, y=-800, size=35,shape=1,icon="round", }, {name="master_beginner", x=0, y=-1000, size=35,shape=1,icon="master", unlock={"master_advance"}}, - {name="master_advance", x=0, y=-1200, size=35,shape=1,icon="master", unlock={"master_final","GM"}}, + {name="master_advance", x=0, y=-1200, size=35,shape=3,icon="master", unlock={"master_final","GM"}}, {name="master_final", x=0, y=-1400, size=40,shape=2,icon="master", }, - {name="GM", x=150, y=-1500, size=35,shape=1,icon="master", }, + {name="GM", x=150, y=-1500, size=35,shape=2,icon="master", }, {name="blind_easy", x=150, y=-700, size=35,shape=1,icon="blind", unlock={"blind_normal"}}, {name="blind_normal", x=150, y=-800, size=35,shape=1,icon="blind", unlock={"blind_hard"}}, {name="blind_hard", x=150, y=-900, size=35,shape=1,icon="blind", unlock={"blind_lunatic"}}, - {name="blind_lunatic", x=150, y=-1000, size=35,shape=1,icon="blind", unlock={"blind_ultimate"}}, - {name="blind_ultimate", x=150, y=-1100, size=35,shape=2,icon="blind", unlock={"blind_wtf"}}, + {name="blind_lunatic", x=150, y=-1000, size=35,shape=3,icon="blind", unlock={"blind_ultimate"}}, + {name="blind_ultimate", x=150, y=-1100, size=35,shape=3,icon="blind", unlock={"blind_wtf"}}, {name="blind_wtf", x=150, y=-1200, size=35,shape=2,icon="blind", }, {name="classic_fast", x=-300, y=-1200, size=40,shape=2,icon="classic", }, @@ -59,8 +59,8 @@ return{ {name="survivor_easy", x=300, y=-600, size=35,shape=1,icon="survivor", unlock={"survivor_normal"}}, {name="survivor_normal", x=500, y=-600, size=35,shape=1,icon="survivor", unlock={"survivor_hard","attacker_hard","defender_normal","dig_hard"}}, {name="survivor_hard", x=700, y=-600, size=35,shape=1,icon="survivor", unlock={"survivor_lunatic"}}, - {name="survivor_lunatic", x=900, y=-600, size=35,shape=1,icon="survivor", unlock={"survivor_ultimate"}}, - {name="survivor_ultimate", x=1100, y=-600, size=35,shape=1,icon="survivor", }, + {name="survivor_lunatic", x=900, y=-600, size=35,shape=3,icon="survivor", unlock={"survivor_ultimate"}}, + {name="survivor_ultimate", x=1100, y=-600, size=35,shape=2,icon="survivor", }, {name="attacker_hard", x=300, y=-800, size=35,shape=1,icon="attacker", unlock={"attacker_ultimate"}}, {name="attacker_ultimate", x=300, y=-1000, size=35,shape=1,icon="attacker", }, @@ -79,15 +79,15 @@ return{ {name="pctrain_lunatic", x=900, y=-220, size=35,shape=1,icon="pctrain", }, {name="pcchallenge_normal", x=800, y=-100, size=35,shape=1,icon="pcchallenge", unlock={"pcchallenge_hard"}}, - {name="pcchallenge_hard", x=1000, y=-100, size=35,shape=1,icon="pcchallenge", unlock={"pcchallenge_lunatic"}}, - {name="pcchallenge_lunatic", x=1200, y=-100, size=35,shape=1,icon="pcchallenge", }, + {name="pcchallenge_hard", x=1000, y=-100, size=35,shape=3,icon="pcchallenge", unlock={"pcchallenge_lunatic"}}, + {name="pcchallenge_lunatic", x=1200, y=-100, size=35,shape=2,icon="pcchallenge", }, {name="tech_normal", x=400, y=-150, size=35,shape=1,icon="tech", unlock={"tech_normal2","tech_hard","tech_finesse"}}, - {name="tech_normal2", x=650, y=150, size=35,shape=1,icon="tech", unlock={"tsd_easy"}}, - {name="tech_hard", x=400, y=60, size=35,shape=1,icon="tech", unlock={"tech_hard2","tech_lunatic"}}, - {name="tech_hard2", x=200, y=90, size=35,shape=1,icon="tech", }, + {name="tech_normal2", x=650, y=150, size=35,shape=3,icon="tech", unlock={"tsd_easy"}}, + {name="tech_hard", x=400, y=40, size=35,shape=1,icon="tech", unlock={"tech_hard2","tech_lunatic"}}, + {name="tech_hard2", x=200, y=70, size=35,shape=3,icon="tech", }, {name="tech_lunatic", x=400, y=200, size=35,shape=1,icon="tech", unlock={"tech_lunatic2"}}, - {name="tech_lunatic2", x=200, y=230, size=35,shape=1,icon="tech", }, + {name="tech_lunatic2", x=200, y=230, size=35,shape=3,icon="tech", }, {name="tech_finesse", x=800, y=50, size=35,shape=1,icon="tech", unlock={"tech_finesse2"}}, {name="tech_finesse2", x=1000, y=50, size=35,shape=1,icon="tech", }, @@ -99,8 +99,8 @@ return{ {name="zen", x=-800, y=-600, size=35,shape=1,icon="zen", unlock={"ultra","infinite","infinite_dig"}}, {name="ultra", x=-1000, y=-400, size=35,shape=1,icon="ultra", }, {name="infinite", x=-800, y=-400, size=35,shape=1,icon="infinite", }, - {name="infinite_dig", x=-1000, y=-600, size=35,shape=1,icon="infinite_dig",}, + {name="infinite_dig", x=-1000, y=-600, size=35,shape=1,icon="infinite",}, - {name="custom_puzzle", x=0, y=2600, size=45,shape=1,icon="puzzle", }, - {name="custom_clear", x=0, y=2600, size=45,shape=1,icon="custom", }, + {name="custom_puzzle", x=0, y=2600, size=45,shape=1,icon="none", }, + {name="custom_clear", x=0, y=2600, size=45,shape=1,icon="none", }, } \ No newline at end of file