X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.h;h=77b453c487052f1adce66b53ace5e13d5edbaccd;hb=eb0732dc23646473853da1e37311f93052b8251b;hp=144b429818d42d351c50a25c791945f5bea17e7b;hpb=a726e74233c877dab3aca50e5b31e7652035ae30;p=vor.git 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 // -----------------------------------------------------------------------