home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 December / JOY143_CD1.iso / Data / Demos / Platoon / pl_demo.exe / Inf / Prism / InGameChat.inf < prev    next >
INI File  |  2002-10-05  |  361b  |  30 lines

  1. [InGameChat]
  2. {
  3.     [BackImage]
  4.     {
  5.         type=Image
  6.         Pos=116,440
  7.                 
  8.         Filename=gfx\Interface\Ingame\messageback2.tga
  9.     }
  10.  
  11.     [ChatText]
  12.     {
  13.         type=Text
  14.         Align=ALIGN_LEFT
  15.         TwoDArea=130,460,200,20
  16.         Font=sima
  17.  
  18.         Text = "#iCHAT2#"
  19.     }
  20.  
  21.  
  22.     [ChatField]
  23.     {
  24.         type=EditField
  25.         Align=ALIGN_LEFT
  26.         Font=sima
  27.         TwoDArea=130,480,510,20
  28.         Font=sima
  29.     }
  30. }