Update game.h
This commit is contained in:
+10
-10
@@ -1,13 +1,13 @@
|
||||
/********************
|
||||
* tile combos *
|
||||
* empty = 0 *
|
||||
* pink = 6 *
|
||||
* green = 1 *
|
||||
* purple = 2 *
|
||||
* yellow = 3 *
|
||||
* orange = 4 *
|
||||
* cyan = 5 *
|
||||
* ******************/
|
||||
/***************
|
||||
* tile combos *
|
||||
* empty = 0 *
|
||||
* green = 1 *
|
||||
* purple = 2 *
|
||||
* yellow = 3 *
|
||||
* orange = 4 *
|
||||
* cyan = 5 *
|
||||
* pink = 6 *
|
||||
* *************/
|
||||
int Bricks [216][3] = {
|
||||
{6,6,6},
|
||||
{6,6,1},
|
||||
|
||||
Reference in New Issue
Block a user