merge PuzzleGeneration log type into ModulePlacement
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Escape_Room_Engine.Engine.Scripts.Requirements
|
|||||||
// ReSharper disable once RedundantIfElseBlock
|
// ReSharper disable once RedundantIfElseBlock
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Logger.Log("Could not find suitable orientation for module", LogType.PuzzleGeneration);
|
Logger.Log("Could not find suitable orientation for module", LogType.ModulePlacement);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ namespace Escape_Room_Engine.Engine.Scripts.Requirements
|
|||||||
// ReSharper disable once RedundantIfElseBlock
|
// ReSharper disable once RedundantIfElseBlock
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Utilities.Logger.Log("Could not find suitable placement for module", Utilities.LogType.PuzzleGeneration);
|
Utilities.Logger.Log("Could not find suitable placement for module", Utilities.LogType.ModulePlacement);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ namespace Escape_Room_Engine.Engine.Scripts.Utilities
|
|||||||
ModulePlacement,
|
ModulePlacement,
|
||||||
PassageConnection,
|
PassageConnection,
|
||||||
RoomGeneration,
|
RoomGeneration,
|
||||||
PuzzleGeneration,
|
|
||||||
RequirementResolution,
|
RequirementResolution,
|
||||||
PuzzleFlow
|
PuzzleFlow
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1261,7 +1261,7 @@ MonoBehaviour:
|
|||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
loggingEnabled: 1
|
loggingEnabled: 1
|
||||||
typeFilter: 00000000010000000200000003000000040000000500000006000000
|
typeFilter: 000000000100000002000000030000000400000005000000
|
||||||
--- !u!1 &1718957584
|
--- !u!1 &1718957584
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user