From 76c321bdd628b94de68eab7de78b59071f82c067 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 11 Jun 2011 01:46:42 -0500 Subject: [PATCH] make ScreenString and ScreenMetric work for people coming over from sm4a5 or whatnot --- Themes/_fallback/Scripts/01 alias.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Themes/_fallback/Scripts/01 alias.lua b/Themes/_fallback/Scripts/01 alias.lua index 126d9c69ef..e0e3841f07 100644 --- a/Themes/_fallback/Scripts/01 alias.lua +++ b/Themes/_fallback/Scripts/01 alias.lua @@ -21,3 +21,11 @@ local _screen = { cx = SCREEN_CENTER_X, cy = SCREEN_CENTER_Y } + +if Screen.String then + ScreenString = Screen.String +end + +if Screen.Metric then + ScreenMetric = Screen.Metric +end \ No newline at end of file