Change default resolution
This commit is contained in:
parent
80deaf7142
commit
608b93e53b
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ uint32_t platform::getTime() {
|
||||||
|
|
||||||
int windowX = SDL_WINDOWPOS_CENTERED;
|
int windowX = SDL_WINDOWPOS_CENTERED;
|
||||||
int windowY = SDL_WINDOWPOS_CENTERED;
|
int windowY = SDL_WINDOWPOS_CENTERED;
|
||||||
int windowWidth = 640;
|
int windowWidth = 1280;
|
||||||
int windowHeight = 480;
|
int windowHeight = 720;
|
||||||
int windowFullscreen = 0;
|
int windowFullscreen = 0;
|
||||||
std::string currentGraphicsPreset = "Medium";
|
std::string currentGraphicsPreset = "Medium";
|
||||||
GraphicsConfig graphicsConfig;
|
GraphicsConfig graphicsConfig;
|
||||||
|
|
Reference in a new issue