Will Blanton

Results 5 comments of Will Blanton

Yeah, outside of the tile selection box the tool works as expected!

The new version fixed the tile selection zoom issues, but now it seems that the cursor is offset: ![screen shot 2018-10-16 at 12 51 56 pm](https://user-images.githubusercontent.com/1042453/47033291-6b1e6180-d142-11e8-83b4-c88ab7c866ea.png) This is on OSX,...

to confirm, when I try to match the aspect ratio on a resized window things are working fine: ![screen shot 2018-10-16 at 12 55 22 pm](https://user-images.githubusercontent.com/1042453/47033447-d6683380-d142-11e8-92e3-20e58ed0499e.png)

Added a PR for flixel-addons here https://github.com/HaxeFlixel/flixel-addons/pull/337

> will all the invocations turn into: if obj.hasComponent(X) obj.processComponent(X) and so on or is there a better way ? I think this is a cool opportunity to give newcomers...