Update game.h

This commit is contained in:
Jason Bou-Samra
2024-06-08 20:47:19 +10:00
committed by GitHub
parent ab7eeef63f
commit 7f0ad902c6
+2 -2
View File
@@ -1,4 +1,4 @@
/*************** /********************
* tile combos * * tile combos *
* empty = 0 * * empty = 0 *
* green = 1 * * green = 1 *
@@ -7,7 +7,7 @@
* orange = 4 * * orange = 4 *
* cyan = 5 * * cyan = 5 *
* pink = 6 * * pink = 6 *
* *************/ * ******************/
int Bricks [216][3] = { int Bricks [216][3] = {
{6,6,6}, {6,6,6},
{6,6,1}, {6,6,1},