X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.h;h=52a68445b6b2979d1011ca835b80230e6c04d966;hb=22f87c67fd1c4854fc3e6d24384bfb44b8797c69;hp=8e50c7a3f968031c511a41baafc76c6dd34d4985;hpb=e19c2c96e7370d93f19c8b0741a5649c4bbe21ee;p=vor.git diff --git a/config.h b/config.h index 8e50c7a..52a6844 100644 --- a/config.h +++ b/config.h @@ -3,15 +3,20 @@ #define debug(x) if(DEBUG) { x; } -#define VERSION "0.1" +#define VERSION "0.2" #define DATA_PREFIX "/usr/share/vor" +// Speed of the game. New players may like to try 3/4 or 2/3 speed. +#define GAMESPEED 1.00 +// #define GAMESPEED (3.0/4.0) +// #define GAMESPEED (2.0/3.0) + // screen size #define XSIZE 640 #define YSIZE 480 // number of rock image files. -#define NROCKS 6 +#define NROCKS 50 // image file containing font for score stuff. #define BIG_FONT_FILE "fonts/score.png"