makes the tooltip expand to fit text if its long
This commit is contained in:
@ -35,7 +35,5 @@ func _ready() -> void:
|
||||
mana_symbols = JSON.parse_string(file.get_as_text())
|
||||
file.close()
|
||||
|
||||
set_use_bbcode(true)
|
||||
|
||||
EventBus.connect("card_on_hover", _set_tip_text)
|
||||
EventBus.connect("card_on_unhover", _clear_tip_text)
|
||||
|
Reference in New Issue
Block a user