From 200063c9a4c8cf3d617b19fbdf6dab77e5c08129 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 17 Oct 2006 20:23:22 +0000 Subject: [PATCH] Add bitmap text in lua. Just an example, feel free to make this look good now. --- .../default/BGAnimations/ScreenRanking underlay/default.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stepmania/Themes/default/BGAnimations/ScreenRanking underlay/default.lua diff --git a/stepmania/Themes/default/BGAnimations/ScreenRanking underlay/default.lua b/stepmania/Themes/default/BGAnimations/ScreenRanking underlay/default.lua new file mode 100644 index 0000000000..747e694312 --- /dev/null +++ b/stepmania/Themes/default/BGAnimations/ScreenRanking underlay/default.lua @@ -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) +}