JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
f214aa88aa0cf5a35fc2189a4f31955d8c6d9cfb
[vor.git] / config.h
1 #define VERSION "0.1"
2
3 // screen size
4 #define XSIZE 640
5 #define YSIZE 480
6
7 // number of rock image files.
8 #define NROCKS 6
9 // image file containing font for score stuff.
10 #define BIG_FONT_FILE "fonts/score.png"
11
12 #define MAXROCKS 120 // MAX Rocks
13 #define MAXROCKHEIGHT 100
14 #define ROCKRATE 2
15 #define MAXBLACKPOINTS 500
16 #define MAXENGINEDOTS 5000
17 #define MAXBANGDOTS 50000
18 #define MAXSPACEDOTS 2000
19 #define W 100
20 #define M 255
21 #define BLAST_RADIUS 200 // radius^2 (pixels) which will be cleared of rocks when you die