diff --git a/main.cpp b/main.cpp index 2e988b6..a49ee6e 100644 --- a/main.cpp +++ b/main.cpp @@ -20,8 +20,8 @@ #include #include "RectSaver.hpp" -const int WIDTH {700}; -const int HEIGHT {700}; +const int WIDTH {1600}; +const int HEIGHT {900}; sc::gui::Window* main_window {nullptr}; sc::gui::Image* main_image {nullptr};