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

  1. #include "../GlobalIncludes.inf"
  2.  
  3. #define UNIT_INFO_COLOR 255,255,192,255 
  4.  
  5.  
  6. [SU_Name]
  7. {
  8.     type = Text
  9.     TwoDArea = 0, 0, 200, 8
  10.     Color = UNIT_INFO_COLOR
  11.     Font = newmenu_20_white
  12. }
  13.  
  14. [SU_LevelLabel]
  15. {
  16.     type = Text
  17.     TwoDArea = 0, 16, 150, 8
  18.     Text = "#iLEVEL#"
  19.     Color = UNIT_INFO_COLOR
  20.     Font = newmenu_20_white
  21. }
  22. [SU_Level]
  23. {
  24.     type = Text
  25.     TwoDArea = 150, 16, 30, 8
  26.     Color = UNIT_INFO_COLOR
  27.     Aling = ALIGN_LEFT
  28.     Font = newmenu_20_white
  29. }
  30.  
  31. [SU_DamageLabel]
  32. {
  33.     type = Text
  34.     TwoDArea = 0, 32, 150, 8
  35.     Text = "#iDAMAGE#"
  36.     Color = UNIT_INFO_COLOR
  37.     Font = newmenu_20_white
  38. }
  39. [SU_Damage]
  40. {
  41.     type = Text
  42.     TwoDArea = 150, 32, 80, 11
  43.     Color = UNIT_INFO_COLOR
  44.     Font = newmenu_20_white
  45. }
  46.  
  47. [SU_FiringRateLabel]
  48. {
  49.     type = Text
  50.     TwoDArea = 0, 48, 150, 8
  51.     Text = "#iFIRING_RATE#"
  52.     Color = UNIT_INFO_COLOR
  53.     Font = newmenu_20_white
  54. }
  55. [SU_FiringRate]
  56. {
  57.     type = Text
  58.     TwoDArea = 150, 48, 80, 11
  59.     Color = UNIT_INFO_COLOR
  60.     Font = newmenu_20_white
  61. }
  62.  
  63. [SU_Reloading]
  64. {
  65.     type = Text
  66.     TwoDArea = 200, 5, 5, 60
  67. }
  68.