home *** CD-ROM | disk | FTP | other *** search
/ Hráč 2004 August / Hrac_72_2004-08_dvd.iso / dema / Kreed / ui / connected.form < prev    next >
Text File  |  2003-07-17  |  811b  |  76 lines

  1. form
  2. {
  3.     // properties
  4.     
  5.     pointer    "textures/ui/mainmenu_pointer"
  6.     pointer_w    0
  7.     pointer_h    0
  8.     pointer_hotspot_x    0
  9.     pointer_hotspot_y    0
  10.      
  11.     // fonts
  12.  
  13.     font     default
  14.     {
  15.         file    "font/main"
  16.         scale     0.4
  17.     }
  18.                 
  19.     font     mmenus
  20.     {    
  21.         file      "font/maina"
  22.         scale    0.7
  23.     }
  24.  
  25.     font    secmen
  26.     {    
  27.         file    "font/maina"
  28.         scale    0.5
  29.     }
  30.  
  31.     font     bkg
  32.     {    
  33.         file      "font/maina"
  34.         scale    1.2
  35.     }
  36.  
  37.     font    small
  38.     {    
  39.         file    "font/maina"
  40.         scale    0.3
  41.     }
  42.  
  43.     font    lont
  44.     {    
  45.         file    "font/maina"
  46.         scale    0.5
  47.     }
  48.  
  49.     
  50.     // elements
  51.  
  52.     sprite    podlozhka
  53.     {
  54.         x    0
  55.         y    0
  56.         width    640
  57.         height    480
  58.  
  59.         active    0
  60.  
  61.         image    "textures/ui/bkg2"
  62.     }
  63.  
  64.     text    connected
  65.     {
  66.         x    350
  67.         y    455    
  68.         width    130
  69.         height    15
  70.         font    "secmen"
  71.  
  72.         text    "..............LOADING....."
  73.         color_text    99536685
  74.     }
  75. }
  76.