summaryrefslogtreecommitdiff
path: root/tet_conf.h
diff options
context:
space:
mode:
authoroxore <oxore@protonmail.com>2016-07-29 07:16:21 +0700
committeroxore <oxore@protonmail.com>2016-07-29 07:16:21 +0700
commit03e74d098cc9a0abda9d6d678089a0c6ce1b0066 (patch)
tree3d3b3ad0029848fac1074ead516223247b2b1c0e /tet_conf.h
Just added to github. Project is too raw.
Diffstat (limited to 'tet_conf.h')
-rw-r--r--tet_conf.h86
1 files changed, 86 insertions, 0 deletions
diff --git a/tet_conf.h b/tet_conf.h
new file mode 100644
index 0000000..0b37d65
--- /dev/null
+++ b/tet_conf.h
@@ -0,0 +1,86 @@
+#define windowName_conf "SFML" // Window name
+#define hudColor1_conf sfColor_fromRGB(0, 0, 0) // Field background
+#define hudColor2_conf sfColor_fromRGB(80, 80, 80) // Field 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
+ * .#.. .#.. .... .#..
+ * ###. .##. ###. ##..
+ * .... .#.. .#.. .#..
+ * .... .... .... ....
+ */
+
+
+
+
+char *aaa;
+char* aaa;
+