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:
parent
14936677fc
commit
dce6adb895
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user