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