Match game dimensions to Quadrapassel
This commit is contained in:
parent
b3f7e3789a
commit
b7a4b8ae35
1 changed files with 4 additions and 4 deletions
|
@ -9,11 +9,11 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#define WINDOW_WIDTH 400
|
#define WINDOW_WIDTH 280
|
||||||
#define WINDOW_HEIGHT 800
|
#define WINDOW_HEIGHT 400
|
||||||
|
|
||||||
#define GRID_WIDTH 20
|
#define GRID_WIDTH 14
|
||||||
#define GRID_HEIGHT 40
|
#define GRID_HEIGHT 20
|
||||||
|
|
||||||
class TileType {
|
class TileType {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Reference in a new issue