Major pipeline changes to map building, introducing 3player map, and adding Shared build mode to level authoring options

This commit is contained in:
Matt F 2026-08-04 22:50:33 -07:00
parent 749c9203de
commit 2b1aee3e03
37 changed files with 5418 additions and 30 deletions

View file

@ -63,6 +63,17 @@ namespace TD.Levels
public BakeOutcome LastBakeOutcome;
public int LastBakeWarningCount;
// -------------------------------------------------------------------
// Match rules.
// -------------------------------------------------------------------
[Header("Rules")]
[Tooltip("Whether players are restricted to building in their own zone (OwnerOnly) or can " +
"build anywhere on the map's buildable area (Shared). Affects placement permission " +
"only — OwnerGrid still drives leak attribution, camera start, builder spawn and " +
"minimap tinting under both modes.")]
public BuildAccess BuildAccess;
// -------------------------------------------------------------------
// Grid metadata.
// -------------------------------------------------------------------