1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 04:19:53 +08:00

Add text explanation of icons

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert
2023-09-07 01:23:56 +09:00
committed by GitHub
Unverified
parent 14936677fc
commit dce6adb895
+2 -2
View File
@@ -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: