scripts update + hierarchy.txt fleshed out some more

This commit is contained in:
AJ Kelly
2010-04-25 18:49:32 -05:00
parent 873166719e
commit bf25127a2d
3 changed files with 36 additions and 9 deletions
@@ -6,7 +6,7 @@
AspectRatios = {
ThreeFour = 0.75, -- (576x760 at 1024x768)
OneOne = 1.0, -- 480x480 (uses Y)
FiveFour = 1.25, -- 600x480 (1280x1024 is a real use)
FiveFour = 1.25, -- 600x480 (1280x1024 is a real use case)
FourThree = 1.33333, --* 640x480
SixteenTen = 1.6, --* 720x480
SixteenNine = 1.77778, --* 853x480
@@ -65,5 +65,7 @@ function Actor:PositionX(normalX,widescreenX)
end;
end;
-- take and use it as you like, I don't care -aj
-- (although I should mention this file was specific to moonlight and was pretty
-- bad before some editing. -aj)
function WideScale(AR4_3, AR16_9) return scale( SCREEN_WIDTH, 640, 854, AR4_3, AR16_9 ); end