From dce6adb8955e4f660e96b3687e9a6dfdf08ca752 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 7 Sep 2023 01:23:56 +0900 Subject: [PATCH] Add text explanation of icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartłomiej Dach --- osu.Game/Skinning/Skin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game/Skinning/Skin.cs b/osu.Game/Skinning/Skin.cs index d979cab72b..5bc5549889 100644 --- a/osu.Game/Skinning/Skin.cs +++ b/osu.Game/Skinning/Skin.cs @@ -260,11 +260,11 @@ namespace osu.Game.Skinning switch (type) { case LookupDebugType.Hit: - icon = "🟢"; + icon = "🟢 hit"; break; case LookupDebugType.Miss: - icon = "🔴"; + icon = "🔴 miss"; break; case LookupDebugType.Enter: