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

  1. #include "../GlobalIncludes.inf"
  2.  
  3.  
  4. [PlayerName]
  5. {
  6.     type=EditField
  7.     TwoDArea = 105, 0, 265, 25
  8.     MaxLengthPixels=148
  9.     Font=newmenu_20_white
  10. }
  11.  
  12. [PlayerKick]
  13. {
  14.     type=Button
  15.     TwoDArea = 335, 0, 43, 21
  16.     BackgroundImage=Gfx\Interface\GameSetup\KickOut_01.tga
  17.     MouseOverImage=Gfx\Interface\GameSetup\KickOut_02.tga
  18.     tooltip="#iT_KICK#"
  19. }
  20.  
  21. [PlayerGroup]
  22. {
  23.     type=TextButton
  24.     TwoDArea = 380, 0, 75, 25
  25.     Font=newmenu_20_white
  26. }
  27.  
  28. [PlayerFlag]
  29. {
  30.     type=Button
  31.     TwoDArea = 462, 2, 20, 17
  32.     BackgroundImage=Gfx\Textures\Flags\flag_german.dds
  33. }
  34.  
  35. [PlayerNationality]
  36. {
  37.     type=TextButton
  38.     TwoDArea = 484, 0, 160, 25
  39.     Font=newmenu_20_white
  40. }
  41.  
  42. [PlayerMap]
  43. {
  44.     type=Image
  45.     Pos=660,0
  46.     Filename=Gfx\Interface\GameSetup\NotReady.tga,NotHave
  47.     Filename=Gfx\Interface\GameSetup\Ready.tga,Have
  48. }
  49.  
  50. [PlayerMapPercent]
  51. {
  52.     type=Button
  53.     TwoDArea = 650, 4, 77, 14
  54. }
  55.  
  56. [PlayerMapText]
  57. {
  58.     type=Text
  59.     TwoDArea = 650, 3, 75, 0
  60.     Font=newmenu_14_white
  61. }
  62.  
  63. [PlayerExtraMP]
  64. {
  65.     type=EditField
  66.     TwoDArea = 734, 0, 128, 0
  67.     Font=newmenu_20_white
  68.     ValidChars="0123456789"
  69. }
  70.  
  71. [PlayerReady]
  72. {
  73.     type=Image
  74.     Pos=880,0
  75.     Filename=Gfx\Interface\GameSetup\NotReady.tga,NotReady
  76.     Filename=Gfx\Interface\GameSetup\Ready.tga,Ready
  77. }
  78.