UNPKG

@petkoneo/phaser3-rex-plugins

Version:
12 lines (11 loc) 218 B
var InitPoints = function (count) { var points = []; for (var i = 0; i < count; i++) { points.push({ x: 0, y: 0 }); } return points; } export default InitPoints;