UNPKG

phaser4-rex-plugins

Version:
5 lines (4 loc) 132 B
var CreateTileData = function (x, y, direction) { return { x: x, y: y, direction: direction }; } export { CreateTileData };