summaryrefslogtreecommitdiff
path: root/scene/resources/label_settings.cpp
AgeCommit message (Collapse)Author
2022-07-29Remove Signal connect bindsJuan Linietsky
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind(). Changed all uses of it to Callable.bind()
2022-07-12Add LabelSettings resource for quick Label theme property override.bruvzg