LummoxJR

Results 13 comments of LummoxJR

Yep, the pixelRatio setting fixed it. (And honestly I'm not surprised this broke, because my filter isn't so much acting like a true filter; my goal was simply to find...

I have a proposed solution that I'm currenly implementing as a stopgap. In the RenderObject class (render_object.dart): ``` num get pixelRatio; ``` In _RenderTextureQuadObject (same file): ``` final num pixelRatio...

My wife ran into this problem. Here are her savefiles for an active game where two horned reapers can't be cheered up in the temple. These are her notes: >...

Okay, I think I might be confused because I was thinking this was a bug report and not a fix to one. My wife played the original game for years...

There appear to be further issues with lacking a Clear Downloads button, so I'll keep investigating. The font has gone wonky too. It looks like window.ucjs_downloadManagerMain() is failing with an...

Ah, my script might be out of date then. I'll take a look and compare to see what else I need to change.

So I updated to Alice's newest version for 117 and it didn't fix the issue, as of its current build. Looks like I'll need to report a bug there at...

@srjjgm I'm not noticing any issue with the editor, but if you could walk me through a process you followed that resulted in the problem, maybe I can find something....

@sujeet This is my full copy of the script. ```js // ==UserScript== // @name Status Bar // @author xiaoxiaoflood // @include main // @startup UC.statusBar.exec(win); // @shutdown UC.statusBar.destroy(); // @onlyonce...