summaryrefslogtreecommitdiff
path: root/engine/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine/config.h')
-rw-r--r--engine/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/config.h b/engine/config.h
index 6884b1a..cae33b4 100644
--- a/engine/config.h
+++ b/engine/config.h
@@ -2,8 +2,8 @@
#define CONFIG_H
namespace Config {
- const unsigned int window_w = 1280;
- const unsigned int window_h = 800;
+ const unsigned int window_w = 1440;
+ const unsigned int window_h = 1080;
const float viewport_x = 15.0 / 1080.0;
const float viewport_y = 15.0 / 1080.0;