Add bitmap text in lua. Just an example, feel free to make this look good now.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user