X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=config.h;h=f85729149f1ff1329a9b6f9a221b3ac5197b9198;hp=23d697e4bb839894e9a670ff3d1f0c61b8397e9c;hb=f1cd2ff38dd9f3c5c4925d8a5f9588129b3bf343;hpb=cffdedca2aba899f3e0f8b98f67b9125edf6b5a5 diff --git a/config.h b/config.h index 23d697e..f857291 100644 --- a/config.h +++ b/config.h @@ -34,6 +34,9 @@ #define W 100 #define M 255 +// determines how hard they push the rocks. Set to 0 to disable pushing rocks +#define ENGINE_DOT_WEIGHT 0.1 + // radius^2 (pixels) which will be cleared of rocks when you die #define BLAST_RADIUS 300