X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=config.h;h=77b453c487052f1adce66b53ace5e13d5edbaccd;hp=144b429818d42d351c50a25c791945f5bea17e7b;hb=1796973cc22433f9b875b8b6d945fc914a78e14d;hpb=a726e74233c877dab3aca50e5b31e7652035ae30 diff --git a/config.h b/config.h index 144b429..77b453c 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ #ifndef VOR_CONFIG_H #define VOR_CONFIG_H -#define VERSION "0.5pre" +#define VERSION "0.5" // screen size #define XSIZE 640 @@ -10,7 +10,10 @@ #define XSCROLLTO (XSIZE/3) #define YSCROLLTO (YSIZE/2) -#define SCREENDXMIN 7.5 +#define BARRIER_SPEED 7.5 + +#define MAX_DIST_AHEAD XSIZE +#define BOUNCINESS 0.50 // -----------------------------------------------------------------------