Fixed bread question
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
@@ -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?"",
|
||||||
|
|||||||
Reference in New Issue
Block a user