Adjust dimensions

This commit is contained in:
Elnu 2022-03-05 13:31:00 -08:00
parent a31f2d0559
commit 9df133113a

View file

@ -7,10 +7,10 @@
#include <iostream>
#define WINDOW_WIDTH 400
#define WINDOW_HEIGHT 400
#define WINDOW_HEIGHT 800
#define GRID_WIDTH 20
#define GRID_HEIGHT 20
#define GRID_HEIGHT 40
class TileType {
public: