Add bitmap text in lua. Just an example, feel free to make this look good now.

This commit is contained in:
Steve Checkoway
2006-10-17 20:23:22 +00:00
parent 4d6d925aa5
commit 200063c9a4
@@ -0,0 +1,5 @@
return Def.BitmapText {
Font = "Common normal",
Text = "Best Ranking",
InitCommand = cmd(horizalign,'HorizAlign_Left';x,SCREEN_LEFT+64;y,SCREEN_TOP+32)
}