requirements foundation

This commit is contained in:
2022-11-07 14:21:00 +01:00
parent 7e9331f612
commit 8719543f96
34 changed files with 332 additions and 160 deletions

View File

@@ -16,7 +16,6 @@ namespace Escape_Room_Engine.Engine.Scripts.Modules
internal DoorModule(Space space, DoorModuleDescription description) : base(space, description)
{
_description.types.Add((ModuleType)description.doorType);
srDimensions.Size = Vector2Int.one; // door always has size 1x1
}