1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 11:12:54 +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
parent 14936677fc
commit dce6adb895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: