More major updates to tools, added map area volume, made gold manager network managed per player.

This commit is contained in:
Matt F 2026-05-01 15:18:44 -07:00
parent b44eeaeeff
commit 56dc775c68
18 changed files with 632 additions and 283 deletions

View file

@ -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;
}
}
}
}