Skip to content
Snippets Groups Projects
Commit 51f0f842 authored by benxidosz's avatar benxidosz
Browse files

Workin

parent 936f38c7
Branches
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 ("black".Equals(color)) { } else if ("fekete".Equals(color)) {
tmpColor = Color.black; tmpColor = Color.black;
} else if ("white".Equals(color)) { } else if ("fehér".Equals(color)) {
tmpColor = Color.white; tmpColor = Color.white;
} else if ("blue".Equals(color)) { } else if ("kék".Equals(color)) {
tmpColor = Color.blue; tmpColor = Color.blue;
} else if ("yellow".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