nyomozas x kesz

This commit is contained in:
2022-11-29 09:12:41 +01:00
parent 126b6700ff
commit cbfb8ab5c1
2 changed files with 75 additions and 72 deletions

View File

@@ -112,6 +112,9 @@ public class Akciok : MonoBehaviour
if (nyomozasok[i, j].Equals("nyomozott")) {
nyomozas_x[counter].text = "X";
counter++;
Debug.Log("counter: "+ counter);
} else if (nyomozasok[i,j].Equals("ures")) {
counter++;
}
}
}