1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-24 09:21:46 +00:00

Fix in docs

This commit is contained in:
Acamaeda 2020-11-22 17:37:07 -05:00
parent 95fe3aa733
commit 8ba79cbe3a

View file

@ -104,7 +104,7 @@ You can make almost any value dynamic by using a function in its place, includin
- prestigeButtonText(): **sometimes required**. Use this to make the entirety of the text a Prestige button contains. Only required for custom layers, but usable by all types.
- passiveGain(): **optional**, returns a regular number. You automatically generate your gain times this number every second (does nothing if absent)
- passiveGeneration(): **optional**, returns a regular number. You automatically generate your gain times this number every second (does nothing if absent)
This is good for automating Normal layers.
- autoPrestige(): **optional**, returns a boolean, if true, the layer will always automatically do a prestige if it can.