1
0
Fork 0
breakout/src/breakout.h

7 lines
118 B
C

#define SCREEN_X 300
#define SCREEN_Y 100
#define SCREEN_WIDTH 400
#define SCREEN_HEIGHT 600
#define KEY_MOVE_STEP 5