1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-13 05:11:10 +00:00

Hide baseAmount if there is none

This commit is contained in:
Harley White 2021-04-07 14:07:22 -04:00
parent 4cf96b283a
commit 6d47089870
3 changed files with 3 additions and 2 deletions

View file

@ -52,4 +52,4 @@ You can also use these features on the clickables object to add a button above a
- masterButtonText: **optional**. Text to display on the Master Button.
- showMasterButton(): **optional**. A function determining whether or not to show the button. Defaults to true if absent.
- showMasterButton(): **optional**. A function determining whether or not to show the button, if masterButtonPress is defined. Defaults to true if absent.