Browse Source

Auto-hide buttons now visible at game launch

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

3
Assets/Fungus/Scripts/Game.cs

@ -162,6 +162,9 @@ namespace Fungus
audioSource.playOnAwake = false;
audioSource.loop = true;
// Auto-hide buttons should be visible at start of game
autoHideButtonTimer = autoHideButtonDuration;
if (activeRoom == null)
{
// Pick first room found if none is specified

Loading…
Cancel
Save