commit e763b3ac
Changed default resolution to be a bit higher. Still low enough to be executed in a Windows on a normal 1080 display
Changed files
| M | src/saland.cpp before |
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();