More major updates to tools, added map area volume, made gold manager network managed per player.
This commit is contained in:
parent
b44eeaeeff
commit
56dc775c68
18 changed files with 632 additions and 283 deletions
|
|
@ -69,6 +69,11 @@ namespace TD.Levels
|
|||
[Tooltip("If true, GoalVolume gizmos draw whether or not the volume is selected.")]
|
||||
public bool alwaysShowGoals = false;
|
||||
|
||||
[Tooltip("If true, MapAreaVolume gizmos draw whether or not the volume is selected. " +
|
||||
"Defaults to true — the map boundary is generally useful to see while authoring " +
|
||||
"the rest of the map, not just when the MapAreaVolume itself is selected.")]
|
||||
public bool alwaysShowMapArea = true;
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
// Bake API
|
||||
// -------------------------------------------------------------------
|
||||
|
|
@ -242,4 +247,4 @@ namespace TD.Levels
|
|||
Gizmos.color = prev;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue