Added score and colors

This commit is contained in:
Furentes
2019-04-11 10:43:44 +02:00
parent dadc790dec
commit 3c8a40bd63
71 changed files with 8358 additions and 137 deletions

View File

@ -8,7 +8,7 @@ public class Grid : MonoBehaviour
public static int w = 10;
public static int h = 20;
public static Transform[,] grid = new Transform[w, h];
private static int count = 0;
public static int count = 0;
// Start is called before the first frame update
void Start()