diff --git a/src/saland.cpp b/src/saland.cpp index f382708..01dac4c 100644 --- a/src/saland.cpp +++ b/src/saland.cpp @@ -221,7 +221,7 @@ void runMenuOptions() { } void runGame() { - int posX = 100, posY = 100, width = 1024, height = 768; + int posX = 100, posY = 100, width = 1280, height = 800; SDL_Init(SDL_INIT_VIDEO); IMG_Init(IMG_INIT_PNG); TTF_Init();