PlayerFaceImages

This commit is contained in:
brausjonas
2023-03-31 19:03:45 +02:00
parent c8fda5c8b7
commit c2fb947069
11 changed files with 620 additions and 32 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ public class Client : MonoBehaviour
if (temp[j] == players[i])
{
// playerInfoElements[i].textPlacement.text = j+1 + ".";
playerInfoElements[i].textPlacement.text = currentPlacement + ".";
playerInfoElements[i].textPlacement.text = currentPlacement + "";
if (!samePlacement[j])
{