Ben Morris

Results 37 comments of Ben Morris

mcover and munit haven't had actual haxelib releases in years...perhaps there's a better alternative we can switch to?

There was an issue preventing Touch from being registered as an input handler; I pushed a fix for that. I can confirm that Touch.update is called now but I'm still...

Appreciate the offer to help. You can see in https://github.com/HaxePunk/HaxePunk/blob/dev/backend/flash/haxepunk/_internal/FlashApp.hx and https://github.com/HaxePunk/HaxePunk/blob/dev/backend/flash/haxepunk/_internal/TouchInput.hx that we are doing basically the same. I haven't spotted a difference, can you?

There's only one stage, they're the same object.

Can you post some screenshots of the problem you're fixing? Setting the rendered area to the full screen size isn't letterboxing - maybe you wanted a different scale mode?

I like the idea. Would APIs like `Entity.collide` that currently accept a string parameter also accept arrays? If so, what are the semantics - will it match any of those...

Thanks. I was able to reproduce this on both native and Flash. It looks like we're updating the TextFormat correctly, but `setTextFormat` needs to be called on the TextField for...

Leaving this open to look into `textWidth`/`textHeight`

:+1: good addition, I'm going to do some testing of this later tonight to make sure there aren't edge cases. If you have a second please rename `inHeight` to `height`?...

Are you using this? Can you provide a simple demo that shows this working? I suspect `_height` might also need to be set.