Jaroslav Petrnoušek

Results 10 comments of Jaroslav Petrnoušek

It seems like you're using `colorbalance=rs=1` in the first example and `colorbalance=bs=1` in the second one. Try comparing it with the same settings.

It also seems like the non-breaking space character (`\u00a0`) is causing problems for the FS.

> You have to set `persist: true` in the tween config for `isFinished()` to work as expected. Thank you. In that case, [this documentation](https://newdocs.phaser.io/docs/3.80.0/focus/Phaser.Tweens.BaseTween-persist) is wrong about TweenChains persisting by...

From my experience, Matter seems to ignore FPS limits altogether. In my game, I made sure it follows delta time this way: In my create() function: `this.matter.world.autoUpdate = false;` And...

> One thing though is that I when I tried feeding in the delta time like in your example, things didn't work as expected. But it does seem to work...

I just came across another related bug - even if the physics are tied to delta using one of the methods mentioned above, the `thrust()` functions are still tied to...

Česká Televize změnila protokol, už se to řeší jinde --> #42 Jinak zatím můžeš použít nějakej XBMC plugin na iVysílání a URL z něj hodit třeba do VLC, který to...

Já jsem třeba použil Kodi, stáhnul do něj iVysílání plugin, zapnul logování a URL z logu hodil do VLC, které mi to v pohodě stáhlo. Zkoušel jsem i plugin "Simple...

This is a limitation mentioned in the README. https://github.com/ffmpegwasm/ffmpeg.wasm#what-is-the-maximum-size-of-input-file

@zekeatchan I'm afraid the [documentation](https://newdocs.phaser.io/docs/3.80.0/focus/Phaser.Tweens.BaseTween-persist) is still wrong.