@ -7,10 +7,10 @@ namespace Fungus
// Manages global game state and movement between rooms
public class Game : MonoBehaviour
{
public bool showLinks = true;
public Room activeRoom;
public string continueText = "Continue";
public int charactersPerSecond = 60;