Change chatter value for drop as requested by tunix.
This commit is contained in:
parent
a130f2b36b
commit
5c6bfcde5d
|
@ -40,7 +40,7 @@
|
||||||
#define TETRIS_INPUT_CHATTER_TICKS_LEFT 12
|
#define TETRIS_INPUT_CHATTER_TICKS_LEFT 12
|
||||||
#define TETRIS_INPUT_CHATTER_TICKS_RIGHT 12
|
#define TETRIS_INPUT_CHATTER_TICKS_RIGHT 12
|
||||||
#define TETRIS_INPUT_CHATTER_TICKS_DOWN 12
|
#define TETRIS_INPUT_CHATTER_TICKS_DOWN 12
|
||||||
#define TETRIS_INPUT_CHATTER_TICKS_DROP 48
|
#define TETRIS_INPUT_CHATTER_TICKS_DROP 20
|
||||||
|
|
||||||
// wait cycles per level (array of uint8_t)
|
// wait cycles per level (array of uint8_t)
|
||||||
#define TETRIS_INPUT_LVL_CYCLES 200, 133, 100, 80, 66, 57, 50, 44, 40, 36, 33, \
|
#define TETRIS_INPUT_LVL_CYCLES 200, 133, 100, 80, 66, 57, 50, 44, 40, 36, 33, \
|
||||||
|
|
Loading…
Reference in New Issue