home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / missionpack / mp-pak0.pk3 / ui / loading.menu < prev    next >
Encoding:
Text File  |  2007-10-30  |  1.4 KB  |  60 lines

  1. /*
  2. ===========================================================================
  3. Copyright (C) 2007 Open Arena Team
  4.  
  5. This file is part of Open Arena.
  6.  
  7. Open Arena is free software; you can redistribute it
  8. and/or modify it under the terms of the GNU General Public License as
  9. published by the Free Software Foundation; either version 2 of the License,
  10. or (at your option) any later version.
  11.  
  12. Open Arena is distributed in the hope that it will be
  13. useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with Open Arena; if not, write to the Free Software
  19. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  20. ===========================================================================
  21. */
  22.  
  23. #include "ui/menudef.h"
  24.  
  25. {
  26.   assetGlobalDef {
  27.         font "gfx/2d/bigchars" 16                
  28.         smallFont "gfx/2d/bigchars" 12                
  29.         bigFont "gfx/2d/bigchars" 20                
  30.     cursor "gfx/ui/cursor"            
  31.     itemFocusSound "ui/assets/hover.wav"        
  32.     shadowColor 0.0 0.0 0.0 0.25            
  33.       }
  34.                                
  35.  
  36.  
  37.  
  38.  
  39. menuDef {
  40.         name "loading"
  41.     background "ui/assets/loading"        
  42.         fullScreen MENU_TRUE                
  43.     rect 0 0 800 600
  44.         visible MENU_TRUE
  45.     focusColor 0.1 0.6 1 1                
  46.  
  47.  
  48.  
  49. }
  50. }
  51. }
  52.  
  53.    }
  54.  
  55.  
  56.  
  57.   }
  58.  
  59. }
  60.