summaryrefslogtreecommitdiff
path: root/scene/3d/label_3d.cpp
AgeCommit message (Expand)Author
2022-07-15Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-07-04Use custom key structs, instead of raw hashes for the Label3D and TextMesh, t...bruvzg
2022-06-20Clean up Hash Functionsreduz
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-05-23[Label3D, 4.x] Monitor default theme font changes, to prevent use of invalid ...bruvzg
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-30Expose Label3D and Sprite*3D material render priority properties.bruvzg
2022-04-28[Label3D] Add offset property.bruvzg
2022-04-22Implement Label3D node.bruvzg