eval cleanup
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
@@ -0,0 +1 @@
|
|||||||
|
ScreenEvaluation DetailFrame p1
|
||||||
@@ -1 +0,0 @@
|
|||||||
_JudgeLabel
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
_JudgeLabel
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
_JudgeLabel
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
_JudgeLabel
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
_JudgeLabel
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
_JudgeLabel
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
_JudgeLabel
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
_JudgeLabel
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
_JudgmentLineLabel
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
_JudgmentLineLabel
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
_JudgmentLineLabel
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
_JudgmentLineLabel
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
_JudgmentLineLabel
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
_JudgmentLineLabel
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
_JudgmentLineLabel
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
_JudgmentLineLabel
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 979 B |
@@ -0,0 +1 @@
|
|||||||
|
_blank
|
||||||
Binary file not shown.
@@ -0,0 +1 @@
|
|||||||
|
_footer large
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
_footer large
|
||||||
@@ -8,10 +8,10 @@ return Def.ActorFrame {
|
|||||||
InitCommand=cmd(horizalign,left;y,4);
|
InitCommand=cmd(horizalign,left;y,4);
|
||||||
};
|
};
|
||||||
LoadFont( "_sf sports night ns upright 52" ) .. {
|
LoadFont( "_sf sports night ns upright 52" ) .. {
|
||||||
InitCommand=cmd(x,64;y,-7;horizalign,left;shadowlength,0;zoom,0.5;settext,"Select Style";skewx,-0.15);
|
InitCommand=cmd(x,64;y,-7;horizalign,left;shadowlength,0;zoom,0.5;settext,ScreenString("HeaderText");skewx,-0.15);
|
||||||
};
|
};
|
||||||
LoadFont( "_venacti 24" ) .. {
|
LoadFont( "_venacti 24" ) .. {
|
||||||
InitCommand=cmd(x,64;y,12;horizalign,left;shadowlength,0;zoom,0.5;settext,"I can't wait to see your next moves!");
|
InitCommand=cmd(x,64;y,12;horizalign,left;shadowlength,0;zoom,0.5;settext,ScreenString("HeaderSubText"););
|
||||||
};
|
};
|
||||||
LoadActor( "arrow" ) .. {
|
LoadActor( "arrow" ) .. {
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
return LoadFont("common normal") .. { InitCommand=cmd(settext,"Judgeline";); }
|
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
local jl = Var "JudgmentLine";
|
||||||
|
|
||||||
|
return Def.ActorFrame {
|
||||||
|
LoadActor("frame") .. {
|
||||||
|
InitCommand=cmd(y,4;);
|
||||||
|
};
|
||||||
|
LoadFont("_sf square head 32") .. {
|
||||||
|
InitCommand=cmd(settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;);
|
||||||
|
};
|
||||||
|
};
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
Executable → Regular
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
Reference in New Issue
Block a user