home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2005 May / Igromania_2005-05.iso / DemosThemes2 / Demo1944BattleOfTheBulge / demo1944english.exe / Inf / MiniMap.inf < prev    next >
INI File  |  2004-07-21  |  1KB  |  97 lines

  1.  
  2. [MiniMap]
  3. {
  4.  
  5.     [MapBackground]
  6.     {
  7.         type=Image
  8. ;        Pos=0,561
  9.         Pos=0,512
  10.         Filename=Gfx\Gui\Map_yellow_new.tga
  11.     }
  12.  
  13.     [MapBGButton]
  14.     {
  15.         Type = Button
  16.         TwoDArea = 0, 561, 200, 210
  17.     }
  18.  
  19. ;    [Map_CloseButton]
  20. ;    {
  21. ;        type = Button
  22. ;        TwoDArea = 174, 570, 11, 8
  23. ;        BackgroundImage = Gfx\Gui\Closebutton_01.tga
  24. ;    }
  25.  
  26.     [MapBGImage]
  27.     {
  28.         type = Image
  29.         Pos = 10, 575
  30.     }
  31.     [MapImage]
  32.     {
  33.         type = Image
  34.         Pos = 10, 575
  35. ;        Pos = 0, 0
  36.         Filename=Gfx\Gui\Map.tga
  37.     }
  38.  
  39. ;    --- Compass ---
  40.  
  41. ;    [Compass_Background]
  42. ;    {
  43. ;        type = Image
  44. ;        Pos = 195, 593
  45. ;        Filename = Gfx\Gui\Iranytu_alap.tga
  46. ;    }
  47.  
  48.     [Compass]
  49.     {
  50.         type = Image
  51.         Pos = 110, 534
  52.         Filename = Gfx\Gui\Iranytu.tga
  53.     }
  54.  
  55.     [MainScene2d]
  56.     {
  57.         type=Scene
  58.         Create                =FALSE
  59.         DeleteZBuffer         =FALSE
  60.         DeleteBackground      =FALSE
  61.         Render_Screen_Viewport=1
  62.     }
  63. }
  64.  
  65. [MiniMapClip]
  66. {
  67.  
  68.     [MainScene2d]
  69.     {
  70.         type=Scene
  71.         Create                =FALSE
  72.         DeleteZBuffer         =True
  73.         DeleteBackground      =FALSE
  74.         Render_Screen_Viewport=1
  75.         TwoDArea = 11, 577, 182, 182
  76.     }
  77. }
  78.  
  79.  
  80. [MiniMapButtonScreen]
  81. {
  82.     [MapButton]
  83.     {
  84.         type = Button
  85.         TwoDArea = 10, 575, 182, 182
  86.     }
  87.  
  88.     [MainScene2d]
  89.     {
  90.         type=Scene
  91.         Create                =FALSE
  92.         DeleteZBuffer         =True
  93.         DeleteBackground      =FALSE
  94.         Render_Screen_Viewport=1
  95.     }
  96. }
  97.