X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=config.h;fp=config.h;h=da4c6a58ba2cbefa156d91b63fd66625f916dbc7;hp=5c7729ca15a536aa14c2eb1771a50fee06a5eb87;hb=a7afb8a944789a03012c2c661d05895e95ac78c8;hpb=0bbc23a37289ca20b8681229ccf74edfb6261d4e diff --git a/config.h b/config.h index 5c7729c..da4c6a5 100644 --- a/config.h +++ b/config.h @@ -36,6 +36,10 @@ // radius^2 (pixels) which will be cleared of rocks when you die #define BLAST_RADIUS 300 + +// time (in 1/60ths of a seccond) between when you blow up, and when your next +// ship appears. Make it at least 20.0 so the explosion has time to push the +// rocks away. #define DEAD_PAUSE_LENGTH 40.0 #define MAX_PATH_LEN 1024