This commit is contained in:
Michel Roux 2024-01-28 17:46:36 +01:00
parent ed5dbae9bc
commit e252204e80

View File

@ -28,6 +28,7 @@ void OnDisable()
void Redraw(int currentQuestion)
{
Prompt prompt = promptList.prompts.Find(x => x.id == player2questions[currentQuestion - 1].promptId);
Debug.Log(JsonUtility.ToJson(prompt));
explainText.SetText(prompt.en);
CameraManager cameraManager = gameObject.GetComponent<CameraManager>();