add sounds, finish main game, add new textures, add tetromino preview, fix some bugs
This commit is contained in:
@@ -31,7 +31,7 @@ int main( ) {
|
||||
}
|
||||
|
||||
Game game;
|
||||
if (!game.init("Tetris", 800, 600)) {
|
||||
if (!game.init("Tetris", 810, 600)) {
|
||||
SDL_Log("Failed to init game");
|
||||
SDL_Quit( );
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user