changed kanmoji to show correctly
This commit is contained in:
@@ -659,12 +659,12 @@ public class DrawUserPair
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ImGui.TextUnformatted("User not onlineㄟ( ▔, ▔ )ㄏ");
|
ImGui.TextUnformatted("User not online. (´・ω・`)?");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ImGui.TextUnformatted("NOT Sharing location with you.(⊙x⊙;)");
|
ImGui.TextUnformatted("NOT Sharing location with you. o(TヘTo)");
|
||||||
}
|
}
|
||||||
ImGui.Separator();
|
ImGui.Separator();
|
||||||
|
|
||||||
@@ -678,7 +678,7 @@ public class DrawUserPair
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ImGui.TextUnformatted("NOT sharing your location.(´。_。`)");
|
ImGui.TextUnformatted("NOT sharing your location.  ̄へ ̄");
|
||||||
}
|
}
|
||||||
ImGui.EndTooltip();
|
ImGui.EndTooltip();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user