Removed the demo movement, added fog, correctly this time!

This commit is contained in:
MitchellHansen
2017-10-09 22:52:21 -07:00
parent f733ca4aec
commit 787e308bcb
3 changed files with 12 additions and 71 deletions

View File

@@ -38,8 +38,8 @@
class Application {
public:
const int WINDOW_X = 1536;
const int WINDOW_Y = 1024;
const int WINDOW_X = 1600;
const int WINDOW_Y = 900;
const int MAP_X = 256;
const int MAP_Y = 256;