UNPKG

@petkoneo/phaser3-rex-plugins

Version:
4 lines 134 B
var GetOppositeDirection = function (tileX, tileY, direction) { return (direction + 3) % 6; } export default GetOppositeDirection;