Major pipeline changes to map building, introducing 3player map, and adding Shared build mode to level authoring options
This commit is contained in:
parent
749c9203de
commit
2b1aee3e03
37 changed files with 5418 additions and 30 deletions
|
|
@ -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.
|
||||
// -------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue