public OpenTKTile(int _x, int _y, FColor _color) : base(_x, _y, _color) { Texcoords = new TexCoord[4]; X = _x; Y = _y; }