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

  1. #include "../GlobalIncludes.inf"
  2.  
  3. #define AMOUNT_COLOR 0,0,0,255
  4.  
  5.  
  6. [UnitToolTipArea]
  7. {
  8.     type=Button
  9.     TwoDArea = 0, 0, 108, 62
  10. }
  11.  
  12. [Unit]
  13. {
  14.     type=Image
  15.     Pos=0,0
  16.     Filename=Gfx\Interface\Management\Unit_alap_1.tga,Level1
  17.     Filename=Gfx\Interface\Management\Unit_alap_2.tga,Level2
  18.     Filename=Gfx\Interface\Management\Unit_alap_3.tga,Level3
  19.     TwoDArea = 0, 0, 108, 62
  20. }
  21.  
  22. [UnitPicture]
  23. {
  24.     type=Image
  25.     Pos=4,6
  26. }
  27.  
  28. [UnitLevel_3]
  29. {
  30.     type=Image
  31.     Pos=74,6
  32.     Filename=Gfx\Interface\Management\balkankreuz.tga,Axis
  33.     Filename=Gfx\Interface\Management\feher_csillag.tga,Allied
  34. }
  35.  
  36. [UnitLevel_2]
  37. {
  38.     type=Image
  39.     Pos=84,6
  40.     Filename=Gfx\Interface\Management\balkankreuz.tga,Axis
  41.     Filename=Gfx\Interface\Management\feher_csillag.tga,Allied
  42. }
  43.  
  44. [UnitLevel_1]
  45. {
  46.     type=Image
  47.     Pos=94,6
  48.     Filename=Gfx\Interface\Management\balkankreuz.tga,Axis
  49.     Filename=Gfx\Interface\Management\feher_csillag.tga,Allied
  50. }
  51.  
  52. [UnitName]
  53. {
  54.     type=Text
  55.     TwoDArea = 7, 42, 90, 10
  56. ;    DropShadow=1
  57.     Font=newmenu_14_white
  58. }
  59.  
  60. [UnitAmount]
  61. {
  62.     type=Text
  63.     TwoDArea = 7, 42, 90, 10
  64.     Align=ALIGN_RIGHT
  65.     Color=AMOUNT_COLOR
  66.     Font=newmenu_14_white
  67. }
  68.  
  69. [UnitMountedHero]
  70. {
  71.     type=Image
  72.     Pos=6,4
  73.     TwoDArea = 6, 4, 15, 18
  74.     ToolTip="#iMANAGEMENT_TOOLTIP_MOUNTEDHERO#"
  75.     Filename=Gfx\Interface\Management\mounted_hero.tga
  76. }
  77.