UNPKG

phaser4-rex-plugins

Version:
7 lines (6 loc) 189 B
var SetGridSize = function (colCount, rowCount) { this.setCellsCount(colCount * rowCount); this.table.setColumnCount(colCount); return this; } export default SetGridSize;