@ARiZ said:
Sorry for this late.
Thank you, with your hint i got it worked well when export properties in _get_property_list
(before i exported in _bind_methods
).
I wonder why those Custom Fonts, Custom Styles, Custom etc... got lost when extend Label class without reexport. Maybe something relate to Label's Theme and Control's Theme, but i didn't found any in Label source code.
Great, and no worries on any delay! It's all good :smile:
Yeah, I'm not sure why properties get lost without _get_property_list
, its probably something to do with how Godot internally figures out how to process custom classes, if I had to guess.