home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / ui / buythegame.urc < prev    next >
Encoding:
Text File  |  2002-10-31  |  1.2 KB  |  74 lines

  1.  
  2. menu "buythegame" 640 480 NONE 0
  3. bgcolor 1 1 1 1
  4. borderstyle NONE
  5. bgfill 0 0 0 1
  6. fullscreen 1
  7. virtualres 1
  8.  
  9. resource
  10. Label
  11. {
  12. name "Default"
  13. rect 0 0 512 512
  14. fgcolor 1.00 1.00 1.00 1.00
  15. bgcolor 0.50 0.50 0.50 0.00
  16. borderstyle "NONE"
  17. shader "main_a"
  18. }
  19.  
  20. resource
  21. Label
  22. {
  23. name "Default"
  24. rect 384 0 256 512
  25. fgcolor 1.00 1.00 1.00 1.00
  26. bgcolor 0.50 0.50 0.50 0.00
  27. borderstyle "NONE"
  28. shader "main_b"
  29. }
  30.  
  31.  
  32. resource
  33. Label
  34. {
  35. name "Default"
  36. rect 160 152 320 176
  37. fgcolor 1.00 1.00 1.00 1.00
  38. bgcolor 0.50 0.50 0.50 0.00
  39. borderstyle "NONE"
  40. shader "textures/mohmenu/demo_popup"
  41. }
  42.  
  43. resource
  44. Button
  45. {
  46. name "Buy Game"
  47. rect 168 232 304 24
  48. fgcolor 1.00 1.00 1.00 1.00
  49. bgcolor 0.50 0.50 0.50 0.00
  50. borderstyle "NONE"
  51. shader "menu_button_trans"
  52. hovershader "menu_button_glow"
  53. clicksound "sound/menu/apply.wav"
  54. stuffcommand "popmenu 0;wait 100;pushmenu buygame"
  55. font facfont-20
  56.  
  57. }
  58.  
  59. resource
  60. Button
  61. {
  62. name "Default"
  63. rect 168 265 304 24
  64. fgcolor 1.00 1.00 1.00 1.00
  65. bgcolor 0.50 0.50 0.50 0.00
  66. borderstyle "3D_BORDER"
  67. shader "menu_button_trans"
  68. hovershader "menu_button_glow"
  69. clicksound "sound/menu/back.wav"
  70. stuffcommand "popmenu 0"
  71. }
  72.  
  73. end.
  74.