Joncom

Results 67 comments of Joncom
trafficstars

Possible to do it without making all those whitespace changes unrelated to the fix?

Would it be possible to squash it all into a single commit so that adding literally just a single space doesn't require multiple commits?

I think you have the wrong repository. This is a JavaScript game engine. This is not a mod for Minecraft.

Weltmeister "touch scrolling" is currently broken in Firefox due to this issue.

Looks OK to me. So you’re expecting a message “it works” to be logged when the player touches the trigger, but that never happens, right? Can you enable debug draw...

There should not be any player.png or reference to such a file in the vanilla Impact project. Literally the only thing the default project does it load and draw a...

In a game with many images, I was having some severe performance issues in Chrome only, and patching `ig.Image` with this resolved it, if my memory serves me correctly... However,...

Shouldn’t entities not be colliding, pushing, or sliding by default? I thought ig.Entity.collides is configured to NEVER by default...

Not sure what you mean by “sliding”. Can you post a video capture (GIF) or something?

I've tried doing something like that before as well. Replacing `ig.Class` was not as easy as I first imagined it would be. It's kind of a strange pattern. For example,...