Resolve WES-54 "Info"

This commit is contained in:
Helena Van Breugel
2023-03-12 19:10:58 +00:00
committed by Jelle De Geest
parent 0e8203e5fa
commit 194b53c0f4
20 changed files with 4485 additions and 26 deletions

View File

@@ -30,4 +30,10 @@ public class Minigame : ScriptableObject
/// The path to the minigame starting scene (<c>path == $"Assets/{minigameEntryPoint}"</c>)
/// </summary>
public string minigameEntryPoint;
/// <summary>
/// An explanation on how to play the game and score points
/// </summary>
public string controls;
}