X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=config.h;h=f85729149f1ff1329a9b6f9a221b3ac5197b9198;hp=23d697e4bb839894e9a670ff3d1f0c61b8397e9c;hb=d73d4327d339764fccf57c04cc2d975cfdef4b3c;hpb=45925ff114a17b9c1c0a720ff668e2cb795cd761 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