issues
search
nh6574
/
JokerDisplay
Simple Balatro mod that displays information such as modifiers or relevant hands, ranks or suits under Jokers.
GNU General Public License v3.0
67
stars
8
forks
source link
Big UI refactor
#29
Closed
nh6574
closed
9 months ago
nh6574
commented
9 months ago
Changed the display into it's own class that extends from UIBox
Added the ability for the display to extend upwards
Added the ability to add extra lines upwards with the API with the field "extra"
Extra modifiers now display on top as well
Renamed "line_1" to "text" and "line_2" to "reminder_text". ("line_1" and "line_2" still work for compatibility)
Changed the default parameters of "reminder_text" to colour = G.C.UI.TEXT_INACTIVE and scale = 0.3
Added a field to the API to change default values for each section
Added mod_function to API for Jokers that modify other Jokers (like Baseball Card)
Other UI adjustments