diff --git a/SakuraVNE/src/Application.h b/SakuraVNE/src/Application.h index a2f2370..3d817aa 100644 --- a/SakuraVNE/src/Application.h +++ b/SakuraVNE/src/Application.h @@ -3,8 +3,8 @@ #include "../../libs/sdl3/include/SDL3/SDL.h" struct WindowData { - int width = 1920; - int height = 1080; + int width = 1280; + int height = 720; const char *title = "Sakura Visual Novel Engine"; };