From 689b15b668f1b6eb933916d80bca16a0df22e073 Mon Sep 17 00:00:00 2001 From: Penelope Haze Date: Thu, 2 Nov 2023 08:02:53 -0500 Subject: [PATCH] fix: wide missed icon placeholder (#251) fixes #242 --- internal/dmapi/dmicon/editor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/dmapi/dmicon/editor.go b/internal/dmapi/dmicon/editor.go index a93768d4..f3788efd 100644 --- a/internal/dmapi/dmicon/editor.go +++ b/internal/dmapi/dmicon/editor.go @@ -15,7 +15,7 @@ func initEditorSprites() { img := atlas.RGBA() dmi := &Dmi{ - IconWidth: 64, + IconWidth: 32, IconHeight: 32, TextureWidth: atlas.Width, TextureHeight: atlas.Height,