_Arial 14 shadow -> Common Normal

This commit is contained in:
Steve Checkoway
2008-07-21 12:23:38 +00:00
parent ef3d63ae15
commit 856b3f6cd1
4 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
return LoadFont("_Arial 14 shadow") .. {
return LoadFont("Common Normal") .. {
Text="Exit";
InitCommand=cmd(x,SCREEN_CENTER_X;zoom,0.75;shadowlength,0;diffuse,color("#808080"));
OnCommand=cmd(diffusealpha,0;decelerate,0.5;diffusealpha,1);