changed files to change name of project in codeblocks
This commit is contained in:
parent
c56b8f8d19
commit
0796688df7
8 changed files with 16 additions and 24 deletions
6
main.c
6
main.c
|
|
@ -5,11 +5,11 @@
|
|||
#include<unistd.h>
|
||||
#include<stdbool.h>
|
||||
#define SCREEN_WIDTH 11
|
||||
#define SCREEN_HEIGHT 20
|
||||
#define SCREEN_HEIGHT 10
|
||||
#define PADDLE_SIZE 1
|
||||
#define SLEEP_TIME_MS 100 * 1000
|
||||
#define PADDLE_HEIGHT SCREEN_HEIGHT-4
|
||||
#define Y_BLOCK_LAYERS 10
|
||||
#define PADDLE_HEIGHT SCREEN_HEIGHT-1
|
||||
#define Y_BLOCK_LAYERS 4
|
||||
#define X_BLOCK_LAYERS SCREEN_WIDTH
|
||||
|
||||
uint8_t screen[SCREEN_WIDTH][SCREEN_HEIGHT];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue