lowered window size
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user