make ScreenString and ScreenMetric work for people coming over from sm4a5 or whatnot

This commit is contained in:
AJ Kelly
2011-06-11 01:46:42 -05:00
parent d8cd86af2c
commit 76c321bdd6
+8
View File
@@ -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