lots of little tweaks, the cl is still completely broken, need to revert the oct position calc

This commit is contained in:
MitchellHansen
2018-03-21 22:31:17 -07:00
parent 8a1eb5e430
commit 20f36d4eb1
6 changed files with 84 additions and 75 deletions

View File

@@ -42,10 +42,10 @@ class Application {
public:
// static const int WINDOW_X = 1366;
// static const int WINDOW_Y = 768;
static const int WINDOW_X = 1920;
static const int WINDOW_Y = 1080;
// static const int WINDOW_X = 1366;
// static const int WINDOW_Y = 768;
static const int WINDOW_X = 200;
static const int WINDOW_Y = 200;
static const int MAP_X;
static const int MAP_Y;
static const int MAP_Z;