Xanozoid
Xanozoid
And I guess on a similar note, does and will StageXL support Dart 2? I was trying to ramp up the samples but they require Dart 1.x
This was also the case in another engine I used to use, but the solution wasn't to fix their engine it was actually to just ceil or floor the positions...
What devices are you trying this on? Are you expecting the size of the window to change? Take a look into this if you can and tell me if this...
So, @SunShiranui , to follow up with what @kro13 said, you'll need to call this function in an update since it does not have an update of its own. This...
Thanks for pointing that out! Definitely seems to assume that Vector2 is some form of an Entity when, like kro13 said, Vector2 is an abstract that converts an Entity into...
Well, color me confused I tested this code out and it worked like it should have without changing haxepunk at all . . . ```haxe package scenes; import haxepunk.Scene; import...
I've created a test for the camera anchor which I've recently submitted. It shows that the git version is failing, like you have found. Once that gets accepted I'll work...
I ended up creating a version that wouldn't add any extra data definitions that also only effected Camera-hx. Although it did exactly what I thought it should have done, I...
If anyone doesn't have any complaints against this proposal I'd love to give the implementation a go
# Highlights; 1. Make functions which take strings optionally accept arrays, or don't change it - Macros could possibly remove run time checks - If it's not changed, Arrays resolve...