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
-3
View File
@@ -11,11 +11,8 @@ extern int g_ticks_till_descend;
extern int g_ticks_till_movement;
extern int g_menu_select;
extern int g_menu_max;
extern int g_game_over_select;
extern int g_game_over_max;
extern int g_options_select;
extern int g_options_max;
extern std::vector< std::shared_ptr< SDLPP::RectangleRender > > g_menu_options;
extern std::vector< std::shared_ptr< SDLPP::RectangleRender > > g_game_over_options;
extern std::vector< std::shared_ptr< SDLPP::RectangleRender > > g_options_options;