-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Upgrade++ confirmation, OnUpgraded overrides
- Loading branch information
1 parent
f75218b
commit 358f3c3
Showing
5 changed files
with
79 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
- Fix custom upgrade containers not appearing for tier 5+ upgrades on towers with paragons | ||
- When Paths++ and Paragon upgrades overlap for a tower, you can right click on the upgrade to swap which one is showing | ||
- The "Paragon Overlap Default" setting controls which is the one it starts off as showing, with Paths++ being the default | ||
- The "Paragon Overlap Default" setting controls which is the one it starts off as showing, with Paths++ being the default | ||
- `PathPlusPlus.ValidTiers` can now override Ultimate Crosspathing when Balanced Mode is on, if the modder so desires | ||
- Added `NeedsConfirmation`, `ConfirmationTitle` and `ConfirmationBody` overrides for `UpgradePlusPlus`s that work like they do for `ModUpgrades`s | ||
- Added `PathPlusPlus.OnUpgraded` and `UpgradePlusPlus.OnUpgraded` overrides to perform effects when upgrades are bought | ||
- The `BloonsTD6Mod.OnTowerUpgraded` hook will also be called for your mod's own Paths++ upgrades |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters