"StepMania 5 v5.0" looks awkward; hardcode it to say "StepMania v5.0"

This commit is contained in:
AJ Kelly
2011-06-21 18:54:22 -05:00
parent 32ee68dcf9
commit 9d0a532fe7
@@ -3,8 +3,8 @@ return Def.ActorFrame {
OnCommand=cmd(diffuse,color("#f7941d");diffusetopedge,color("#fff200");diffusealpha,0.25);
};
LoadFont("Common Normal") .. {
Text=ProductID();
AltText="";
Text="StepMania";
AltText="StepMania";
InitCommand=cmd(y,-5;zoom,0.6);
OnCommand=cmd(shadowlength,1);
};