Browse Source

Made Game.activeRoom the first property in inspector

master
chrisgregan 11 years ago
parent
commit
96956cf108
  1. 4
      Assets/Fungus/Scripts/Game.cs

4
Assets/Fungus/Scripts/Game.cs

@ -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 bool showLinks = true;
public string continueText = "Continue";
public int charactersPerSecond = 60;

Loading…
Cancel
Save