mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Translate ButtonArray text
This commit is contained in:
parent
34b6caa433
commit
e0f00a549c
2 changed files with 10 additions and 5 deletions
|
|
@ -50,6 +50,7 @@ private:
|
|||
struct Button {
|
||||
|
||||
String text;
|
||||
String xl_text;
|
||||
String tooltip;
|
||||
Ref<Texture> icon;
|
||||
mutable int _ms_cache;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue