Tetris: add block texture

This commit is contained in:
2020-09-29 18:22:26 +02:00
parent eb60c88dac
commit 7621dc8dd4
8 changed files with 61 additions and 27 deletions
+2
View File
@@ -34,6 +34,7 @@
#define PIECE_LINE 4
#define PIECE_L_LEFT 5
#define PIECE_Z_LEFT 6
#define PIECE_SHADOW 7
#define TICKS_TILL_FALL 500
#define TICKS_TILL_DESCEND 50
@@ -58,5 +59,6 @@ extern std::map<std::string, std::map<std::string, std::string>> color_schemes;
extern std::vector<std::string> color_schemes_names;
extern long unsigned int selected_color_scheme;
extern bool g_show_shadow;
extern bool g_show_3d;
#endif