You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue description:
Themes allow different Items for each class but there is no way to select them. For example, I have a Label with 3 different fonts and I would like to be able to select the font that fit best in that situation.
Steps to reproduce:
Make a theme
Make a class (Label)
Make a class item (font)
Make another class item (font)
Try to apply one of the two fonts in the editor
The text was updated successfully, but these errors were encountered:
If I understand correctly, Chaosus is right that this is a duplicate of #20320 and therefore of godotengine/godot-proposals#850. Both of which, I believe, are covered by this PR: #47544.
#47544 and #50169 make it possible to define variations of theme classes and pick them from a list in the Inspector (and set them via code too if needed).
I don't think that in the foreseeable future we will be able to pick from a list of available items on a single class, so this is the solution that we have for this problem. So I'll close this.
Godot version: 3.1 custom build
Issue description:
Themes allow different Items for each class but there is no way to select them. For example, I have a Label with 3 different fonts and I would like to be able to select the font that fit best in that situation.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: