UNPKG

@petkoneo/phaser3-rex-plugins

Version:
5 lines 135 B
var CanRotateTo = function(direction) { direction -= this.face; return this.canRotate(direction); } export default CanRotateTo;