JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
first try at blasting the rocks out of the way
[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 START_RAD 200 // radius^2 (pixels) which will be cleared of rocks when you die