home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd2.bin / data / visuals.def < prev   
Text File  |  1999-07-29  |  3KB  |  189 lines

  1. visuals_definition
  2. ; povinny parametr - prvni radka udava typ souboru, zde: visuals definice
  3. ;
  4. ; definice visualizacnich struktur
  5. ;
  6. ; jako oddelovac lze pouzit bud ' ' nebo ','
  7. ;
  8. ; obecna definice :
  9. ; typ_visualizacniho_clenu jmeno_clenu {
  10. ; popis tohoto clenu
  11. ; }
  12. ;
  13. ; kazda plocha je chapana jako sensitivni, proto pokud se dva butony prekryvaji, budou sensitivni podle toho, jak jdou za sebou v layout.def
  14. ;
  15. ; butony, ktere jeste nemaji bitmapy, odkazte na 'btn000.bmp' a 'btn000s.bmp'
  16. ;
  17. ; buton
  18. ;    bitmap_file
  19. ;    senzible_file
  20. ;    position
  21. ;
  22. ; burnbuton
  23. ;    + burn_file
  24. ;
  25. ; window
  26. ;    rectangle x1,y1[,x2,y2]
  27. ;    backgroun_image | background_color
  28. ;    margins x1,y1,x2,y2
  29. ;
  30. ; windowlist
  31. ;    w1
  32. ;    w2
  33. ;    ...
  34. ;
  35. ; bitmap
  36. ;    bitmap_file
  37. ;    position
  38. ;
  39. ; imaginary
  40. ;    rectangle
  41. ;
  42. ;==========**************************************************************************
  43.  
  44. buton play_video {
  45.     bitmap_file play_video.bmp
  46.     senzible_file play_video_s.bmp
  47.     position 354,452
  48. }
  49.  
  50. buton stop_video {
  51.     bitmap_file stop_video.bmp
  52.     senzible_file stop_video_s.bmp
  53.     position 417,458
  54. }
  55.  
  56. buton pause_video {
  57.     bitmap_file pause_video.bmp
  58.     senzible_file pause_video_s.bmp
  59.     position 460,456
  60. }
  61.  
  62. buton valve_interview {
  63.     bitmap_file valve_interview.bmp
  64.     senzible_file valve_interview_s.bmp
  65.     position 130,69
  66. }
  67.  
  68. buton ms_int_fotbal {
  69.     bitmap_file ms_int_fotbal.bmp 
  70.     senzible_file ms_int_fotbal_s.bmp
  71.     position 15,98
  72. }
  73.  
  74. buton indiana_jones {
  75.     bitmap_file indiana_jones.bmp
  76.     senzible_file indiana_jones_s.bmp
  77.     position 595,38
  78. }
  79.  
  80. buton max_payne {
  81.     bitmap_file max_payne.bmp
  82.     senzible_file max_payne_s.bmp
  83.     position 608,102
  84. }
  85.  
  86. buton prince_of_persia {
  87.     bitmap_file prince_of_persia.bmp
  88.     senzible_file prince_of_persia_s.bmp
  89.     position 317,118
  90. }
  91.  
  92. buton giants {
  93.     bitmap_file giants.bmp
  94.     senzible_file giants_s.bmp
  95.     position 695,223
  96. }
  97.  
  98. buton diablo2 {
  99.     bitmap_file diablo2.bmp
  100.     senzible_file diablo2_s.bmp
  101.     position 27,159
  102. }
  103.  
  104. buton heavy_metal {
  105.     bitmap_file heavy_metal.bmp
  106.     senzible_file heavy_metal_s.bmp
  107.     position 23,237
  108. }
  109.  
  110. buton homeworld {
  111.     bitmap_file homeworld.bmp
  112.     senzible_file homeworld_s.bmp
  113.     position 101,270
  114. }
  115.  
  116. buton earth2150 {
  117.     bitmap_file earth2150.bmp
  118.     senzible_file earth2150_s.bmp
  119.     position 85,330
  120. }
  121.  
  122. buton ff8 {
  123.     bitmap_file ff8.bmp
  124.     senzible_file ff8_s.bmp
  125.     position 12,360
  126. }
  127.  
  128. buton gta2 {
  129.     bitmap_file gta2.bmp
  130.     senzible_file gta2_s.bmp
  131.     position 497,467
  132. }
  133.  
  134. buton tf2 {
  135.     bitmap_file tf2.bmp
  136.     senzible_file tf2_s.bmp
  137.     position 92,479
  138. }
  139.  
  140. buton pharaoh {
  141.     bitmap_file pharaoh.bmp
  142.     senzible_file pharaoh_s.bmp
  143.     position 509,503
  144. }
  145.  
  146. buton descent_fs2 {
  147.     bitmap_file descent_fs2.bmp
  148.     senzible_file descent_fs2_s.bmp
  149.     position 242,515
  150. }
  151.  
  152. buton tpw {
  153.     bitmap_file tpw.bmp
  154.     senzible_file tpw_s.bmp
  155.     position 122,542
  156. }
  157.  
  158. buton starlancer {
  159.     bitmap_file starlancer.bmp
  160.     senzible_file starlancer_s.bmp
  161.     position 500,546
  162. }
  163.  
  164. buton vampire {
  165.     bitmap_file vampire.bmp
  166.     senzible_file vampire_s.bmp
  167.     position 687,424
  168. }
  169.  
  170. buton darkstone {
  171.     bitmap_file darkstone.bmp
  172.     senzible_file darkstone_s.bmp
  173.     position 656,521
  174. }
  175.  
  176. window player {
  177.     rectangle 292,161,676,449
  178.     background_image player_bck.jpg
  179. }
  180.  
  181. ;
  182. ;
  183. ;
  184. ;
  185. end
  186. ;
  187. ;
  188. ;
  189. ;