home *** CD-ROM | disk | FTP | other *** search
- visuals_definition
- ; povinny parametr - prvni radka udava typ souboru, zde: visuals definice
- ;
- ; definice visualizacnich struktur
- ;
- ; jako oddelovac lze pouzit bud ' ' nebo ','
- ;
- ; obecna definice :
- ; typ_visualizacniho_clenu jmeno_clenu {
- ; popis tohoto clenu
- ; }
- ;
- ; kazda plocha je chapana jako sensitivni, proto pokud se dva butony prekryvaji, budou sensitivni podle toho, jak jdou za sebou v layout.def
- ;
- ; butony, ktere jeste nemaji bitmapy, odkazte na 'btn000.bmp' a 'btn000s.bmp'
- ;
- ; buton
- ; bitmap_file
- ; senzible_file
- ; position
- ;
- ; burnbuton
- ; + burn_file
- ;
- ; window
- ; rectangle x1,y1[,x2,y2]
- ; backgroun_image | background_color
- ; margins x1,y1,x2,y2
- ;
- ; windowlist
- ; w1
- ; w2
- ; ...
- ;
- ; bitmap
- ; bitmap_file
- ; position
- ;
- ; imaginary
- ; rectangle
- ;
- ;==========**************************************************************************
-
- buton play_video {
- bitmap_file play_video.bmp
- senzible_file play_video_s.bmp
- position 354,452
- }
-
- buton stop_video {
- bitmap_file stop_video.bmp
- senzible_file stop_video_s.bmp
- position 417,458
- }
-
- buton pause_video {
- bitmap_file pause_video.bmp
- senzible_file pause_video_s.bmp
- position 460,456
- }
-
- buton valve_interview {
- bitmap_file valve_interview.bmp
- senzible_file valve_interview_s.bmp
- position 130,69
- }
-
- buton ms_int_fotbal {
- bitmap_file ms_int_fotbal.bmp
- senzible_file ms_int_fotbal_s.bmp
- position 15,98
- }
-
- buton indiana_jones {
- bitmap_file indiana_jones.bmp
- senzible_file indiana_jones_s.bmp
- position 595,38
- }
-
- buton max_payne {
- bitmap_file max_payne.bmp
- senzible_file max_payne_s.bmp
- position 608,102
- }
-
- buton prince_of_persia {
- bitmap_file prince_of_persia.bmp
- senzible_file prince_of_persia_s.bmp
- position 317,118
- }
-
- buton giants {
- bitmap_file giants.bmp
- senzible_file giants_s.bmp
- position 695,223
- }
-
- buton diablo2 {
- bitmap_file diablo2.bmp
- senzible_file diablo2_s.bmp
- position 27,159
- }
-
- buton heavy_metal {
- bitmap_file heavy_metal.bmp
- senzible_file heavy_metal_s.bmp
- position 23,237
- }
-
- buton homeworld {
- bitmap_file homeworld.bmp
- senzible_file homeworld_s.bmp
- position 101,270
- }
-
- buton earth2150 {
- bitmap_file earth2150.bmp
- senzible_file earth2150_s.bmp
- position 85,330
- }
-
- buton ff8 {
- bitmap_file ff8.bmp
- senzible_file ff8_s.bmp
- position 12,360
- }
-
- buton gta2 {
- bitmap_file gta2.bmp
- senzible_file gta2_s.bmp
- position 497,467
- }
-
- buton tf2 {
- bitmap_file tf2.bmp
- senzible_file tf2_s.bmp
- position 92,479
- }
-
- buton pharaoh {
- bitmap_file pharaoh.bmp
- senzible_file pharaoh_s.bmp
- position 509,503
- }
-
- buton descent_fs2 {
- bitmap_file descent_fs2.bmp
- senzible_file descent_fs2_s.bmp
- position 242,515
- }
-
- buton tpw {
- bitmap_file tpw.bmp
- senzible_file tpw_s.bmp
- position 122,542
- }
-
- buton starlancer {
- bitmap_file starlancer.bmp
- senzible_file starlancer_s.bmp
- position 500,546
- }
-
- buton vampire {
- bitmap_file vampire.bmp
- senzible_file vampire_s.bmp
- position 687,424
- }
-
- buton darkstone {
- bitmap_file darkstone.bmp
- senzible_file darkstone_s.bmp
- position 656,521
- }
-
- window player {
- rectangle 292,161,676,449
- background_image player_bck.jpg
- }
-
- ;
- ;
- ;
- ;
- end
- ;
- ;
- ;
- ;