comment pass

This commit is contained in:
2022-12-29 16:16:49 +01:00
parent 643e03192a
commit ff01a700bd
75 changed files with 634 additions and 65 deletions

View File

@@ -21,6 +21,9 @@ namespace EscapeRoomEngine.Engine.Runtime
public GameObject prefab;
}
/// <summary>
/// A space tile contains all game objects necessary to create a space from 2m x 2m up to any size.
/// </summary>
public class SpaceTile : MonoBehaviour
{
public static HashSet<TileLocation> EveryTileLocation => new(new[]