mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 15:23:14 +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)
|
switch (type)
|
||||||
{
|
{
|
||||||
case LookupDebugType.Hit:
|
case LookupDebugType.Hit:
|
||||||
icon = "🟢";
|
icon = "🟢 hit";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case LookupDebugType.Miss:
|
case LookupDebugType.Miss:
|
||||||
icon = "🔴";
|
icon = "🔴 miss";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case LookupDebugType.Enter:
|
case LookupDebugType.Enter:
|
||||||
|
Loading…
Reference in New Issue
Block a user