UNPKG

@petkoneo/phaser3-rex-plugins

Version:
7 lines (6 loc) 131 B
var Contains = function (x, y) { x -= this.x; y -= this.y; return this.geom.contains(x, y); } export default Contains;