diff options
Diffstat (limited to 'include/tet_conf.h')
-rw-r--r-- | include/tet_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tet_conf.h b/include/tet_conf.h index 4896a56..50b17ff 100644 --- a/include/tet_conf.h +++ b/include/tet_conf.h @@ -1,4 +1,4 @@ -#define windowName_conf "SFML" // Window name +#define windowName_conf "Tetris CSFML" // 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 |