diff options
author | Oxore <oxore@protonmail.com> | 2017-06-20 21:01:53 +0700 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-06-20 21:01:53 +0700 |
commit | cd2650182ce710ae7fdfae2c68b91c417d54bc60 (patch) | |
tree | a6e008ccac1c9b2e85925c6aea51d78ab3ef7e6a /src/include/tet_conf.h | |
parent | 2af11c35bb687c89fdb35e8d6f45327fc8a842b9 (diff) |
Major refactoring!
Diffstat (limited to 'src/include/tet_conf.h')
-rw-r--r-- | src/include/tet_conf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/tet_conf.h b/src/include/tet_conf.h index f2f1871..9f632c4 100644 --- a/src/include/tet_conf.h +++ b/src/include/tet_conf.h @@ -1,6 +1,7 @@ #define windowName_conf "SFML" // Window name #define uiColor1 sfColor_fromRGB(0, 0, 0) // Field background -#define uiColor2 sfColor_fromRGB(80, 80, 80) // Field cell outline +#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) |