mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix author names not showing up in the AssetLib
This commit is contained in:
parent
07f4c06601
commit
0129ffd466
4 changed files with 72 additions and 3 deletions
|
|
@ -108,6 +108,7 @@ public:
|
|||
UnderlineMode get_underline_mode() const;
|
||||
|
||||
Ref<Font> get_button_font() const;
|
||||
int get_button_font_size() const;
|
||||
|
||||
LinkButton(const String &p_text = String());
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue