home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 753.DRAW256.CFG < prev    next >
Text File  |  1993-03-12  |  930b  |  26 lines

  1. ; Comment lines start with a ;
  2. ;
  3. ; Options may be in any order, and may be any of the following:
  4. ;    GRAFDRV        Required:  Graphics driver, extension .DRV
  5. ;    FONT        Required:  Font definition file, extension .FNT
  6. ;    DEFAULTPAL    Default .PAL file, to be loaded automatically
  7. ;    DEFAULTMAP    Default .MAP file, to be loaded automatically
  8. ;    DRAWCOLOUR    Default drawing colour, defaults to 0
  9. ;    HORIZMOUSE    Horizontal mouse sensitivity, in mickeys per pixel
  10. ;    VERTMOUSE    Vertical mouse sensitivity, in mickeys per pixel
  11. ;    IMAGEWIDE    Default image width, defaults to screen width
  12. ;    IMAGEDEEP    Default image depth, defaults to screen depth
  13. ;    IMAGETYPE    Default image type:  .PCX or .VGA, defaults to .VGA
  14.  
  15. GRAFDRV        320x200.drv
  16. ;GRAFDRV        320x240.drv
  17. ;GRAFDRV        320x400.drv
  18. ;GRAFDRV        360x480.drv
  19. ;GRAFDRV        640x480.drv
  20. ;GRAFDRV        800x600.drv
  21. ;GRAFDRV        1024x768.drv
  22. FONT        angular.fnt
  23. DRAWCOLOUR    1
  24. IMAGETYPE    pcx
  25. HORIZMOUSE    2
  26. VERTMOUSE    2