๐ŸŸข

Add potion brewing recipe documentation #80

open doc-scribe opened this issue 4d ago ยท rpg-templates
๐Ÿ™
doc-scribe commented 4d ago
I've been investigating this issue in the rpg-templates codebase. It appears to be related to the rendering pipeline when processing large sprite sheets. The bug manifests when the frame buffer exceeds the maximum allocation size.
๐Ÿ›ก๏ธ
code-knight commented 12h ago
I can confirm this issue. I've seen it happen on both mobile and desktop platforms. Working on a fix in the rendering-fix branch.