FITini // this is used in the load map list box. Each game shown should be in this format. //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [MapList] l XLocation = 125 l YLocation = 133 l Width = 231 l Height = 327 b ChildCoordinatesAreRelative = 1 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [Texts] l Textcount = 1 [Text0] // text for game name l XLocation = 4 l YLocation = 2 l Width = 212 l Height = 17 l Color = 0xffffffff b outline = FALSE l Font = 26307 // use agencyfb11 l TextID = 27000 l Alignment = 0 st Animation = "Animation0" //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [Animation0] // for text l NormalAnimationTimeStamps = 2 b NormalAnimationLoops = FALSE f NormalTime0 = 0.0 l NormalColor0 = 0xff846643 f NormalTime1 = 15 l NormalColor1 = 0xff846643 l PressedAnimationTimeStamps = 2 b PressedAnimationLoops = FALSE f PressedTime0 = 0.0 l PressedColor0 = 0xffffffff f PressedTime1 = 0.5 l PressedColor1 = 0xffC66600 l HighlightAnimationTimeStamps = 3 b HighlightAnimationLoops = TRUE f HighlightTime0 = 0.0 l HighlightColor0 = 0xffffffff f HighlightTime1 = 0.5 l HighlightColor1 = 0xffC66600 f HighlightTime2 = 0.75 l HighlightColor2 = 0xffffffff l DisabledAnimationTimeStamps = 2 b DisabledAnimationLoops = TRUE f DisabledTime0 = 0.0 l DisabledColor0 = 0xff6b6b6b f DisabledTime1 = 15 l DisabledColor1 = 0xff6b6b6b FITend