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