"StepMania 5 v5.0" looks awkward; hardcode it to say "StepMania v5.0"
This commit is contained in:
@@ -3,8 +3,8 @@ return Def.ActorFrame {
|
|||||||
OnCommand=cmd(diffuse,color("#f7941d");diffusetopedge,color("#fff200");diffusealpha,0.25);
|
OnCommand=cmd(diffuse,color("#f7941d");diffusetopedge,color("#fff200");diffusealpha,0.25);
|
||||||
};
|
};
|
||||||
LoadFont("Common Normal") .. {
|
LoadFont("Common Normal") .. {
|
||||||
Text=ProductID();
|
Text="StepMania";
|
||||||
AltText="";
|
AltText="StepMania";
|
||||||
InitCommand=cmd(y,-5;zoom,0.6);
|
InitCommand=cmd(y,-5;zoom,0.6);
|
||||||
OnCommand=cmd(shadowlength,1);
|
OnCommand=cmd(shadowlength,1);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user