Skip to content
Snippets Groups Projects
Commit 80062f59 authored by benxidosz's avatar benxidosz
Browse files

asdasdas

parent 51f0f842
No related branches found
No related tags found
No related merge requests found
...@@ -134,13 +134,13 @@ public class PlayFabGetLeaderboard : MonoBehaviour { ...@@ -134,13 +134,13 @@ public class PlayFabGetLeaderboard : MonoBehaviour {
Color tmpColor = Color.magenta; Color tmpColor = Color.magenta;
if ("red".Equals(color)) { if ("red".Equals(color)) {
tmpColor = Color.red; tmpColor = Color.red;
} else if ("fekete".Equals(color)) { } else if ("Fekete".Equals(color)) {
tmpColor = Color.black; tmpColor = Color.black;
} else if ("fehér".Equals(color)) { } else if ("Fehér".Equals(color)) {
tmpColor = Color.white; tmpColor = Color.white;
} else if ("kék".Equals(color)) { } else if ("Kék".Equals(color)) {
tmpColor = Color.blue; tmpColor = Color.blue;
} else if ("sárga".Equals(color)) { } else if ("Sárga".Equals(color)) {
tmpColor = Color.yellow; tmpColor = Color.yellow;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment