diff --git a/content/images/7.ico b/content/images/7.ico deleted file mode 100644 index 5423a6a..0000000 Binary files a/content/images/7.ico and /dev/null differ diff --git a/content/images/PlayDelete.png b/content/images/PlayDelete.png deleted file mode 100644 index 8b049d1..0000000 Binary files a/content/images/PlayDelete.png and /dev/null differ diff --git a/content/images/PlayDelete_dn.png b/content/images/PlayDelete_dn.png deleted file mode 100644 index 180066c..0000000 Binary files a/content/images/PlayDelete_dn.png and /dev/null differ diff --git a/content/images/PlayDelete_ds.png b/content/images/PlayDelete_ds.png deleted file mode 100644 index 49b6c2f..0000000 Binary files a/content/images/PlayDelete_ds.png and /dev/null differ diff --git a/content/images/PlayDelete_ovr.png b/content/images/PlayDelete_ovr.png deleted file mode 100644 index c0a49d8..0000000 Binary files a/content/images/PlayDelete_ovr.png and /dev/null differ diff --git a/main.cpp b/main.cpp index be653a7..af16561 100644 --- a/main.cpp +++ b/main.cpp @@ -1269,7 +1269,9 @@ int main(int argc, char** argv) { GAppSettings settings; settings.window.resizable = true; + settings.window.fsaaSamples = 8; settings.writeLicenseFile = false; + settings.window.center = true; //Using the damned SDL window now SDLWindow* wnd = new SDLWindow(settings.window); //wnd->setInputCaptureCount(200); @@ -1342,7 +1344,7 @@ int main(int argc, char** argv) { HICON hicon = (HICON)LoadImage(GetModuleHandleW(NULL), (LPCSTR)MAKEINTRESOURCEW(IDI_ICON1), IMAGE_ICON, 0, 0, LR_DEFAULTCOLOR | LR_DEFAULTSIZE); SendMessage(hwndMain, WM_SETICON, ICON_BIG, (LPARAM)hicon); - + SetWindowPos(hwndMain, NULL, 0, 0, 800, 600, NULL); app.run(); return 0; }