Fixed bread question

This commit is contained in:
Pasha Bibko
2026-01-27 09:20:32 +00:00
parent 879d74da61
commit 1c66e3743f
2 changed files with 3 additions and 3 deletions

View File

@@ -37,8 +37,8 @@ namespace InterfaceOff.WorldScene
private string CurrentPlayerName { get; set; } = string.Empty; private string CurrentPlayerName { get; set; } = string.Empty;
private bool StoredCurrentScore = false; private bool StoredCurrentScore = false;
private float Score; private float Score;
#if UNITY_STANDALONE_WIN #if UNITY_STANDALONE_WIN
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)] [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
private static void OnStart() private static void OnStart()

View File

@@ -157,7 +157,7 @@ namespace InterfaceOff
""Cyanide"", ""Cyanide"",
""Ricin"" ""Ricin""
], ],
""answer"": ""Flour"" ""answer"": ""Flour / Wheat""
}, },
{ {
""question"": ""How many pyramids are there in Egypt?"", ""question"": ""How many pyramids are there in Egypt?"",