summaryrefslogtreecommitdiff
path: root/src/Rendering.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Rendering.cpp')
-rw-r--r--src/Rendering.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Rendering.cpp b/src/Rendering.cpp
new file mode 100644
index 0000000..542c679
--- /dev/null
+++ b/src/Rendering.cpp
@@ -0,0 +1,5 @@
+#include "Rendering.h"
+
+int Rendering::RENDER_SCALE = 3;
+int Rendering::WIDTH = GRID_WIDTH * RENDER_SCALE;
+int Rendering::HEIGHT = GRID_HEIGHT * RENDER_SCALE;