Niklas Berg

Results 8 comments of Niklas Berg

I couldn't find a way to alter my app's css-files to achieve what I want, only by altering the css in the material-module in node_modules. It fails even with "!important"....

I guess that I'll need to add a null check somewhere. Right now I don't have an estimate for when I could do that.

@notchris Sorry! Missed this. I haven't used it myself for a while and right now I'm afraid I have no estimate for when this could be fixed. Did the code...

I noticed. Arcade physics has changed a lot since this was build but I lack time to update / refactor right now.

For anyone running into this. I "solved" it by removing the block starting at line 335 to 351 and remove the else wrapping of 354 and 355. Starting with: `if...

I saw that it's just 60 lines related to P2 in physics.js, is that all and do you expect Arcade physics would demand more work than that? The only thing...

The Phaser core tilemap layer class has a layer.data property which is an array with tile objects. Would it be a acceptable solution to add a property, like "arcadeCollision", with...