station 46 room
This commit is contained in:
@@ -91,7 +91,11 @@ namespace EscapeRoomEngine.Engine.Runtime
|
||||
// start measurements on every puzzle as soon as the player enters the last room
|
||||
case DoorEventType.ExitedFrom when door.Equals(entrance.toIn) && Engine.Instance.CurrentRoom.Contains(this):
|
||||
puzzles.ForEach(puzzle => Measure.StartMeasuring((PuzzleModuleDescription)puzzle.description));
|
||||
// Engine.Instance.HidePreviousRoom();
|
||||
if (Engine.Instance.NumberOfRooms == 2)
|
||||
{
|
||||
// hide the intro room when exiting the first portal
|
||||
Engine.Instance.HidePreviousRoom(false);
|
||||
}
|
||||
break;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user