Re-added the option to use vt100 escape codes
This commit is contained in:
parent
a2142a48b5
commit
2b27aef099
7 changed files with 244 additions and 26 deletions
14
config.h
14
config.h
|
|
@ -8,17 +8,3 @@
|
|||
|
||||
#define ONLYPUT
|
||||
#define ARROWS
|
||||
|
||||
#define INPUT_X 2
|
||||
#define INPUT_Y 1
|
||||
|
||||
#define SCOREBOARD_X INPUT_X
|
||||
#define SCOREBOARD_Y INPUT_Y + 2
|
||||
|
||||
#define BOARD_X SCOREBOARD_X + 28
|
||||
#define BOARD_Y SCOREBOARD_Y + 1
|
||||
|
||||
#define BOARD_DX 3
|
||||
#define BOARD_DY 1
|
||||
|
||||
#define SCOREBOARD_HEIGTH 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue