home *** CD-ROM | disk | FTP | other *** search
/ Freelog 51 / Freelog051.iso / Graphisme / GLB / glb.exe / Roadsign / script.glb < prev    next >
Text File  |  2001-08-11  |  955b  |  54 lines

  1. name = "Sign post"
  2. backgroundImage = "background.jpg"
  3. #author = "Marijn Kampf"
  4.  
  5. installTempFontResource = "Anwbb___.ttf"
  6.  
  7. ttfFont
  8.   color = $00D4D4D4                 #   $00BBGGRR
  9.   label = "City"
  10.   align = "left"
  11.   size = 80
  12.   bold
  13.   name = "ANWB Borden"
  14.   xpos = 170
  15.   ypos = 180
  16.   default = "marijn.org"
  17. ttfFontEnd
  18.  
  19. ttfFont
  20.   color = $00D4D4D4                 #   $00BBGGRR
  21.   label = "City"
  22.   align = "left"
  23.   size = 80
  24.   bold
  25.   name = "ANWB Borden"
  26.   xpos = 170
  27.   ypos = 295
  28.   default = "gwobbel.com"
  29. ttfFontEnd
  30.  
  31. ttfFont
  32.   color = $00D4D4D4                 #   $00BBGGRR
  33.   label = "Distance"
  34.   align = "right"
  35.   size = 60
  36.   bold
  37.   name = "ANWB Borden"
  38.   xpos = 920
  39.   ypos = 208
  40.   default = "1"
  41. ttfFontEnd
  42.  
  43. ttfFont
  44.   color = $00D4D4D4                 #   $00BBGGRR
  45.   label = "Distance"
  46.   align = "right"
  47.   size = 60
  48.   bold
  49.   name = "ANWB Borden"
  50.   xpos = 920
  51.   ypos = 323
  52.   default = "2"
  53. ttfFontEnd
  54.