diff --git a/parts/eventsets/royale.lua b/parts/eventsets/royale.lua new file mode 100644 index 00000000..9047d0e6 --- /dev/null +++ b/parts/eventsets/royale.lua @@ -0,0 +1,5 @@ +return{ + mesDisp=function(P) + PLY.draw.drawRoyaleInfo(P) + end, +} diff --git a/parts/modes/techmino49_e.lua b/parts/modes/techmino49_e.lua index f8b7ceab..831599db 100644 --- a/parts/modes/techmino49_e.lua +++ b/parts/modes/techmino49_e.lua @@ -22,6 +22,7 @@ return{ garbageSpeed=.3, pushSpeed=2, freshLimit=15, + eventSet='royale', bg='rainbow',bgm='sugar fairy', }, load=function() @@ -52,9 +53,6 @@ return{ n=n+1 end end end, - mesDisp=function(P) - PLY.draw.drawRoyaleInfo(P) - end, score=function(P)return{P.modeData.place,P.modeData.ko}end, scoreDisp=function(D)return"NO."..D[1].." KO:"..D[2]end, comp=function(a,b)return a[1]b[2]end, diff --git a/parts/modes/techmino49_h.lua b/parts/modes/techmino49_h.lua index 14e7aa49..d799ca53 100644 --- a/parts/modes/techmino49_h.lua +++ b/parts/modes/techmino49_h.lua @@ -22,6 +22,7 @@ return{ garbageSpeed=.3, pushSpeed=2, freshLimit=15, + eventSet='royale', bg='rainbow',bgm='rockblock', }, load=function() @@ -52,9 +53,6 @@ return{ n=n+1 end end end, - mesDisp=function(P) - PLY.draw.drawRoyaleInfo(P) - end, score=function(P)return{P.modeData.place,P.modeData.ko}end, scoreDisp=function(D)return"NO."..D[1].." KO:"..D[2]end, comp=function(a,b)return a[1]b[2]end, diff --git a/parts/modes/techmino49_u.lua b/parts/modes/techmino49_u.lua index 15f3a649..cac82c53 100644 --- a/parts/modes/techmino49_u.lua +++ b/parts/modes/techmino49_u.lua @@ -22,6 +22,7 @@ return{ garbageSpeed=.3, pushSpeed=2, freshLimit=15, + eventSet='royale', bg='rainbow',bgm='magicblock', }, load=function() @@ -52,9 +53,6 @@ return{ n=n+1 end end end, - mesDisp=function(P) - PLY.draw.drawRoyaleInfo(P) - end, score=function(P)return{P.modeData.place,P.modeData.ko}end, scoreDisp=function(D)return"NO."..D[1].." KO:"..D[2]end, comp=function(a,b)return a[1]b[2]end, diff --git a/parts/modes/techmino99_e.lua b/parts/modes/techmino99_e.lua index 8211febc..6678443e 100644 --- a/parts/modes/techmino99_e.lua +++ b/parts/modes/techmino99_e.lua @@ -22,6 +22,7 @@ return{ garbageSpeed=.3, pushSpeed=2, freshLimit=15, + eventSet='royale', bg='rainbow',bgm='sugar fairy', }, load=function() @@ -52,9 +53,6 @@ return{ n=n+1 end end end, - mesDisp=function(P) - PLY.draw.drawRoyaleInfo(P) - end, score=function(P)return{P.modeData.place,P.modeData.ko}end, scoreDisp=function(D)return"NO."..D[1].." KO:"..D[2]end, comp=function(a,b)return a[1]b[2]end, diff --git a/parts/modes/techmino99_h.lua b/parts/modes/techmino99_h.lua index 13d2b650..46a1f2e0 100644 --- a/parts/modes/techmino99_h.lua +++ b/parts/modes/techmino99_h.lua @@ -22,6 +22,7 @@ return{ garbageSpeed=.3, pushSpeed=2, freshLimit=15, + eventSet='royale', bg='rainbow',bgm='rockblock', }, load=function() @@ -52,9 +53,6 @@ return{ n=n+1 end end end, - mesDisp=function(P) - PLY.draw.drawRoyaleInfo(P) - end, score=function(P)return{P.modeData.place,P.modeData.ko}end, scoreDisp=function(D)return"NO."..D[1].." KO:"..D[2]end, comp=function(a,b)return a[1]b[2]end, diff --git a/parts/modes/techmino99_u.lua b/parts/modes/techmino99_u.lua index 733ad529..f1526bc1 100644 --- a/parts/modes/techmino99_u.lua +++ b/parts/modes/techmino99_u.lua @@ -22,6 +22,7 @@ return{ garbageSpeed=.3, pushSpeed=2, freshLimit=15, + eventSet='royale', bg='rainbow',bgm='magicblock', }, load=function() @@ -52,9 +53,6 @@ return{ n=n+1 end end end, - mesDisp=function(P) - PLY.draw.drawRoyaleInfo(P) - end, score=function(P)return{P.modeData.place,P.modeData.ko}end, scoreDisp=function(D)return"NO."..D[1].." KO:"..D[2]end, comp=function(a,b)return a[1]b[2]end,