change font, slightly change position, remove shadow

This commit is contained in:
AJ Kelly
2006-10-17 21:12:11 +00:00
parent eefc6e283f
commit c0492d0bc1
@@ -1,5 +1,5 @@
return Def.BitmapText {
Font = "Common normal",
Font = "blaster",
Text = "Best Ranking",
InitCommand = cmd(horizalign,'HorizAlign_Left';x,SCREEN_LEFT+64;y,SCREEN_TOP+32)
InitCommand = cmd(horizalign,'HorizAlign_Left';x,SCREEN_LEFT+48;y,SCREEN_TOP+32;shadowlength,0)
}