~alexander-voigt2/asteroidbusters/CrossCompilation

« back to all changes in this revision

Viewing changes to asteroidrc

  • Committer: Alexander Voigt
  • Date: 2010-12-23 08:15:16 UTC
  • Revision ID: alexander.voigt@physik.tu-dresden.de-20101223081516-oporp11phbc612ce
do not draw the FPS per default

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
scr_w 640 # x-resolution (supported are: 640x480, 800x600, 1024x768, 1280x1024, 1600x1200) 
12
12
scr_h 480 # y-resolution 
13
13
scr_bpp 0 # Bits per pixel; if 0 than current screen depth is used (fastest) 
14
 
scr_fps 1 # frames per second; if 0 than frames per second (fps) are not drawn, else fps are drawn 
 
14
scr_fps 0 # frames per second; if 0 than frames per second (fps) are not drawn, else fps are drawn 
15
15
scr_smo 0 # smoothing; if 0 than no smoothing of images (fast), else smooth-factor (1=strong smoothing, >>1 weak) 
16
16
# screen settings 
17
17
scr_ful 0 # 1 = fullscreen, 0 = window