2010-01-15 12:19:54 +00:00
|
|
|
/* amount of speed to slow down on bounce */
|
2010-01-19 09:55:28 +00:00
|
|
|
#define BOUNCE_SLOWDOWN 0
|
2010-01-15 12:19:54 +00:00
|
|
|
|
|
|
|
/* minimum speed of the ball */
|
|
|
|
#define BALL_MINSPEED 0x0010
|
|
|
|
|
|
|
|
/* initial amount of lifes */
|
|
|
|
#define START_LIFES 3
|
2010-01-15 14:42:46 +00:00
|
|
|
|
|
|
|
/* rebound size */
|
|
|
|
#define REBOUND_SIZE 5
|
|
|
|
|
|
|
|
/* "color" of the rebound */
|
|
|
|
#define REBOUND_COLOR 2
|