Adjust dimensions
This commit is contained in:
parent
a31f2d0559
commit
9df133113a
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue