I’m trying to create a grid but it throws me an error:
this.add.grid(width: 10,
height: 10,
cellWidth: 32,
cellHeight: 32,
x: 100,
y: 100,
fillColor:0xff1100,
outlineFillColor:0x000000);