UNPKG

@petkoneo/phaser3-rex-plugins

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