Eric Lund
Eric Lund
I do like how [Edge](https://github.com/fponticelli/edge) seems to eliminate nodes for systems, reducing some boilerplate, but I haven't looked deep into the implementation. For the most part your port of Ash...
That's from [TmxObject.hx](https://github.com/HaxePunk/tiled/blob/2515e801251d273c671f791dc09d5fd27515d7ab/com/haxepunk/tmx/TmxObject.hx#L71), it creates a rect in debug mode only: ``` haxe #if debug debug_graphic = com.haxepunk.graphics.Image.createRect(width, height, 0xff0000, .6); debug_graphic.x = x; debug_graphic.y = y; #end ```
If 0x0 is a legal size, that doesn't sound like an awful solution (modify TmxObject to draw a 1x1). However, also note that the TMX file is just XML: you...
I may be suffering from brain dumb, but wasn't this working previously on Safari/iOS?
What's the status of this? Has anyone tied this to a recent Apple update?
Also note on setNode: Be able to specify matching and excluding kinds here.
I really need to rethink modes and handlers and transitional entities. Ideally it would support nested states as well as replacement states, the handler would be notified of changes so...
I ken spelz.
Actually, this might be a different issue. Need to test.
Would really like this feature. It was disappointing to discover this inconsistency in Howler after I had already implemented it.