Want to contribute? Fork me on Codeberg.org!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
septadrop/include/Config.hpp

24 lines
451 B

#define TILE_SIZE 20
#define GRID_WIDTH 14
#define GRID_HEIGHT 20
#define WINDOW_WIDTH 500
#define WINDOW_HEIGHT 440
#define PLAYFIELD_X 20
#define PLAYFIELD_Y 20
#define NEXT_X 370
#define NEXT_Y 70
#define NEXT_WIDTH 5
#define NEXT_HEIGHT 5
#define LINES_PER_LEVEL 5
#define POINTS_1_LINE 40
#define POINTS_2_LINES 100
#define POINTS_3_LINES 300
#define POINTS_4_LINES 1200
#define MOVE_FRAME_INTERVAL 125
#define MAX_FAST_FORWARD_INTERVAL 125