Adjust QUICKSTART to also add card_label_min_sizes
and original_font_sizes
for new label
#145
Labels
documentation
Improvements or additions to documentation
Step to reproduce : Follow the QUICKSTART step.
At the end, when we add just in
res://src/new_card_game/CreatureFront.gd
:text_expansion_multiplier["Health"] = 3;
that is not enough.To me, it's working if I add this few lines after:
card_labels["Health"] = $Margin/CardText/HB/Health; original_font_sizes["Health"] = 10; card_label_min_sizes["Health"] = Vector2(40,13);
The text was updated successfully, but these errors were encountered: