From 618ec4c04ef1f87b3c89f6218fef69024d2fe4f1 Mon Sep 17 00:00:00 2001 From: sayomaki Date: Wed, 12 Aug 2026 15:06:08 +0800 Subject: [PATCH] refactor: update size of rune thumbnails to 80px shows a much better and less pixelated rune when zoomed in --- src/bundles/rune/src/rune.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundles/rune/src/rune.ts b/src/bundles/rune/src/rune.ts index 39e861cab9..da51c9a93f 100644 --- a/src/bundles/rune/src/rune.ts +++ b/src/bundles/rune/src/rune.ts @@ -456,7 +456,7 @@ export class DrawnNormalRune extends DrawnRune { * render size - deliberately a single named constant so it's a one-line * change to retune. */ -export const THUMBNAIL_SIZE = 32; +export const THUMBNAIL_SIZE = 80; /** * The module plugin runs in the evaluator's realm, which has no `document`/