diff options
author | Oxore <oxore@protonmail.com> | 2017-11-30 17:42:15 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-11-30 17:42:15 +0300 |
commit | ae01c7fc02f17105f9e04af493f4dd8986fbcb8b (patch) | |
tree | ea40b11235633946b12b66aba56a412c5db800e4 /src/include/tet_conf.h | |
parent | 75d123b79dc894f2c2de43f25009b5fa84a00eec (diff) |
Move includes to root dir
Diffstat (limited to 'src/include/tet_conf.h')
-rw-r--r-- | src/include/tet_conf.h | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/src/include/tet_conf.h b/src/include/tet_conf.h deleted file mode 100644 index 4896a56..0000000 --- a/src/include/tet_conf.h +++ /dev/null @@ -1,83 +0,0 @@ -#define windowName_conf "SFML" // Window name -#define uiColor1 sfColor_fromRGB(0, 0, 0) // Field background -#define uiColor2 sfColor_fromRGB(80, 80, 80) // Field inactive cell outline -#define uiColor3 sfColor_fromRGB(0, 0, 0) // Field active cell outline -#define tOrange sfColor_fromRGB(255, 130, 0) // Orange color of L shape -#define tBlue sfColor_fromRGB(0, 0, 255) -#define tGreen sfColor_fromRGB(0, 255, 0) -#define tRed sfColor_fromRGB(255, 0, 0) -#define tYellow sfColor_fromRGB(255, 255, 0) -#define tCyan sfColor_fromRGB(0, 255, 255) -#define tMagneta sfColor_fromRGB(192, 0, 255) -#define moveRepeatLatency1 150000 // microseconds, only for left-right arrows, - // first repeat move when long push -#define moveRepeatLatency2 30000 // microseconds, for Left, Right and Down - // arrows, the rest repeat move when long push - - -/* - * 19.......... - * 18.......... - * 17.......... - * 16.......... - * 15.......... - * 14.......... - * 13.......... - * 12.......... - * 11.......... - * 10.......... - * 9.......... - * 8.......... - * 7.......... - * 6.......... - * 5.......#.. - * 4......##.. - * 3......#... - * 2.#.##..... - * 1.##.#..#.. - * 0..#.#.###. - * 0123456789 - * - * L - * ..#. .#.. .... ##.. - * ###. .#.. ###. .#.. - * .... .##. #... .#.. - * .... .... .... .... - * - * RL - * #... .##. .... .#.. - * ###. .#.. ###. .#.. - * .... .#.. ..#. ##.. - * .... .... .... .... - * - * Z - * ##.. ..#. .... .#.. - * .##. .##. ##.. ##.. - * .... .#.. .##. #... - * .... .... .... .... - * - * S - * .##. .#.. .... #... - * ##.. .##. .##. ##.. - * .... ..#. ##.. .#.. - * .... .... .... .... - * - * Brick - * ##.. ##.. ##.. ##.. - * ##.. ##.. ##.. ##.. - * .... .... .... .... - * .... .... .... .... - * - * I - * .#.. .... .#.. .... - * .#.. #### .#.. #### - * .#.. .... .#.. .... - * .#.. .... .#.. .... - * - * T - * .#.. .#.. .... .#.. - * ###. .##. ###. ##.. - * .... .#.. .#.. .#.. - * .... .... .... .... - */ - |