TETRIS: use updated TextRenderer

This commit is contained in:
2020-12-18 15:14:08 +01:00
parent 7267cb7b9a
commit 67a56d31de
8 changed files with 71 additions and 30 deletions
+1
View File
@@ -19,6 +19,7 @@ bool g_update_score = false;
bool g_update_colors = false;
bool g_checked_line = false;
bool g_wait_for_anim = false;
bool g_update_size = false;
std::vector< int > g_bag = { 28, 28, 28, 28, 28, 28, 28 };