_round: function() {
            return this.x = Math.round(this.x),
            this.y = Math.round(this.y),
            this
        },