UNPKG

@petkoneo/phaser3-rex-plugins

Version:
6 lines 137 B
var RotateTo = function (direction) { direction -= this.face; this.rotate(direction); return this; } export default RotateTo;