6 lines
166 B
Lua
6 lines
166 B
Lua
return Def.BitmapText {
|
|
Font = "blaster",
|
|
Text = "Best Ranking",
|
|
InitCommand = cmd(horizalign,'HorizAlign_Left';x,SCREEN_LEFT+48;y,SCREEN_TOP+32;shadowlength,0)
|
|
}
|