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:
committed by
GitHub
Unverified
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:
|
||||
|
||||
Reference in New Issue
Block a user