update scripts as a part of a cleanup

This commit is contained in:
AJ Kelly
2011-10-27 18:56:23 -05:00
parent 5e7b5fc44c
commit 28c1b3e70b
10 changed files with 237 additions and 283 deletions
@@ -9,16 +9,6 @@ AspectRatios = {
EightThree = 2.66666 -- 1280x480 (two monitors)
}
function IsUsingWideScreen()
return GetScreenAspectRatio() >= AspectRatios.SixteenTen
end
function IsUsingTwoScreens()
return GetScreenAspectRatio() == AspectRatios.EightThree
end
function WideScale(AR4_3, AR16_9)
return scale( SCREEN_WIDTH, 640, 854, AR4_3, AR16_9 )
end
-- take and use it as you like, I don't care -aj
end