UNPKG

@petkoneo/phaser3-rex-plugins

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