git repos / saland

commit e763b3ac

Poul Sander · 2019-04-18 09:16
e763b3ac7c002a2e1473fcdcdfd3d52b8dee725f patch · browse files
parent 072c9f83685054838b8d665144c7ac7218a787ac

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();