Christian Zommerfelds

Results 25 comments of Christian Zommerfelds

In case it helps anyone, my workaround is to run something like this before restarting the scene: ``` for (let child of this.children.getAll()) { if (child instanceof Phaser.GameObjects.Layer) { child.destroy();...

A bit unrelated but I was wondering how hard it would be to make this tool be able to automatically load maps and tilesets from a local directory, and to...

I used to be able to take screenshots with this Action, but now they are mostly coming out blank. This might be the root case, in case anyone wants to...

Why was this closed? Was there a concern with the content or some other reason? (It does say "PR welcome" in https://github.com/privatenumber/tsx/issues/181) I was about to open a new one...

@boxizen are you interested in changing this PR to point to the master branch and re-opening? I think this looks pretty much ready to be merged. I tried to create...