UNPKG

phaser4-rex-plugins

Version:
7 lines 157 B
export default { setTriangleCount(triangleCount) { // Even number this.triangleCount = triangleCount; return this; }, }