Error

Results 12 comments of Error

You could also try `Engine.Update()` https://brm.io/matter-js/docs/classes/Engine.html#method_update ```javascript //put in the main animation loop, returns an array with [FPS, delta, lastCalledTime] function getCurrentFPS(lastCalledTime) { if(!lastCalledTime) { lastCalledTime = Date.now(); fps =...

sorry, I commented on this so long ago, that I forgot how it works :p

ya @AliaNeedsHelp you need to show your code

I would really want this

@DaCubeKing > I think just having a minimum size for the scroll bar should work. Once you’re that zoomed in the scroll bar doesn’t need to represent the actual percent...

wouldn't all the devs have to do, is change your mode to adventure mode with inf health?

I'm not sure... I'm not a Minecraft mod dev so my other comment was just my thinking as I do TRY and code games... You should probably forward this to...

@Leonidas-from-XIV Plz merge this... I need sync function because I'm trying converting the parser to "sync" `new Parser({async: true})` and parsing returns this mess!!! ``` { comment: '', sgmlDecl: '',...

YES, but I'm not sure that's really practical. The only way I could see this work is by adding a program to edit schematics as well, then I would make...