Sefa

Results 2 issues of Sefa

### Sample Code ``` let finder = new AStarFinder({ grid: { matrix: [ [0, 0, 0, 0], [0, 1, 1, 0], [0, 1, 0, 1], [0, 1, 1, 0] ]...

enhancement
help wanted

### Current Behavior Using BloomFilter giving deprecation warning: ``` PixiJS Deprecation Warning: settings.FILTER_RESOLUTION is deprecated, use Filter.defaultResolutionDeprecated since v7.1.0 ``` Because I am not the one using `settings.FILTER_RESOLUTION`, it is...