home *** CD-ROM | disk | FTP | other *** search
/ The Party 1994: Try This At Home / disk_image.bin / source / gallery / globals.inc < prev    next >
Text File  |  1993-07-16  |  396b  |  16 lines

  1. ; Textures
  2.  
  3. TexRes        EQU 128d   ; 128x128 texture resolution
  4.  
  5. ; Window
  6.  
  7. WindowWidth   EQU 320d   ; Window 320 pixels wide (will be rounded
  8.                          ; down to multiple of 16d)
  9.  
  10. WindowHeight  EQU 200d   ; Window 200 pixels high
  11.  
  12. ; Projection
  13.  
  14. DistToScreen  EQU 300d   ; Observer's dist to screen, in vpixels
  15. WallHeight    EQU 200d   ; Height of walls in vpixels
  16.