mirror of
https://github.com/p08dev/Tetrys.git
synced 2026-06-19 13:13:50 +02:00
Added score and colors
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user